mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -12,7 +12,6 @@ declare(strict_types=1);
|
||||
namespace Chill\TaskBundle\Entity\Task;
|
||||
|
||||
use Chill\MainBundle\Entity\User;
|
||||
use DateTimeImmutable;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
|
||||
/**
|
||||
@@ -48,7 +47,7 @@ class AbstractTaskPlaceEvent
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->datetime = new DateTimeImmutable('now');
|
||||
$this->datetime = new \DateTimeImmutable('now');
|
||||
}
|
||||
|
||||
public function getAuthor(): User
|
||||
|
Reference in New Issue
Block a user