mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
fix cs
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user