mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix cs
This commit is contained in:
parent
e437705714
commit
f6386a13ac
@ -63,7 +63,8 @@ class NotificationComment implements TrackCreationInterface, TrackUpdateInterfac
|
|||||||
private bool $recentlyPersisted = false;
|
private bool $recentlyPersisted = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO typo in property (hotfixed)
|
* TODO typo in property (hotfixed).
|
||||||
|
*
|
||||||
* @ORM\Column(type="datetime_immutable", nullable=true)
|
* @ORM\Column(type="datetime_immutable", nullable=true)
|
||||||
*/
|
*/
|
||||||
private ?DateTimeImmutable $updateAt = null;
|
private ?DateTimeImmutable $updateAt = null;
|
||||||
@ -167,7 +168,7 @@ class NotificationComment implements TrackCreationInterface, TrackUpdateInterfac
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated use @link{self::setUpdatedAt} instead
|
* @deprecated use @see{self::setUpdatedAt} instead
|
||||||
*/
|
*/
|
||||||
public function setUpdateAt(?DateTimeImmutable $updateAt): self
|
public function setUpdateAt(?DateTimeImmutable $updateAt): self
|
||||||
{
|
{
|
||||||
|
@ -190,5 +190,4 @@ class AccompanyingCourseCommentController extends AbstractController
|
|||||||
{
|
{
|
||||||
return $this->formFactory->createNamed($step, AccompanyingCourseCommentType::class, $comment);
|
return $this->formFactory->createNamed($step, AccompanyingCourseCommentType::class, $comment);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user