This commit is contained in:
Julien Fastré 2022-01-11 11:05:42 +01:00
parent e437705714
commit f6386a13ac
2 changed files with 3 additions and 3 deletions

View File

@ -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
{

View File

@ -190,5 +190,4 @@ class AccompanyingCourseCommentController extends AbstractController
{
return $this->formFactory->createNamed($step, AccompanyingCourseCommentType::class, $comment);
}
}