diff --git a/src/Bundle/ChillMainBundle/Entity/NotificationComment.php b/src/Bundle/ChillMainBundle/Entity/NotificationComment.php index bbcc565fb..01911c729 100644 --- a/src/Bundle/ChillMainBundle/Entity/NotificationComment.php +++ b/src/Bundle/ChillMainBundle/Entity/NotificationComment.php @@ -63,7 +63,8 @@ class NotificationComment implements TrackCreationInterface, TrackUpdateInterfac private bool $recentlyPersisted = false; /** - * TODO typo in property (hotfixed) + * TODO typo in property (hotfixed). + * * @ORM\Column(type="datetime_immutable", nullable=true) */ 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 { diff --git a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseCommentController.php b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseCommentController.php index de038de3a..be6bcab07 100644 --- a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseCommentController.php +++ b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseCommentController.php @@ -190,5 +190,4 @@ class AccompanyingCourseCommentController extends AbstractController { return $this->formFactory->createNamed($step, AccompanyingCourseCommentType::class, $comment); } - }