mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
update cs after php-cs-fixer upgrade
This commit is contained in:
@@ -45,7 +45,7 @@ class AccompanyingPeriodWorkReferrerHistory implements TrackCreationInterface, T
|
||||
* @var \DateTimeImmutable
|
||||
*/
|
||||
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::DATE_IMMUTABLE, nullable: false)]
|
||||
private \DateTimeImmutable $startDate
|
||||
private \DateTimeImmutable $startDate,
|
||||
) {}
|
||||
|
||||
public function getId(): ?int
|
||||
|
@@ -39,7 +39,7 @@ class UserHistory implements TrackCreationInterface
|
||||
#[ORM\JoinColumn(nullable: false)]
|
||||
private User $user,
|
||||
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::DATETIME_IMMUTABLE, nullable: false, options: ['default' => 'now()'])]
|
||||
private \DateTimeImmutable $startDate = new \DateTimeImmutable('now')
|
||||
private \DateTimeImmutable $startDate = new \DateTimeImmutable('now'),
|
||||
) {}
|
||||
|
||||
public function getAccompanyingPeriod(): AccompanyingPeriod
|
||||
|
Reference in New Issue
Block a user