From: Raphaƫl Gertz Date: Thu, 7 Mar 2024 23:18:41 +0000 (+0100) Subject: Cleanup X-Git-Tag: 0.4.0~1 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/5c4a473f4d617940aedd24d9ef0154ad85cd1938 Cleanup --- diff --git a/Entity/Civility.php b/Entity/Civility.php index ca2aee1..e86b47e 100644 --- a/Entity/Civility.php +++ b/Entity/Civility.php @@ -27,7 +27,7 @@ class Civility { protected ?int $id = null; /** - * Creation datetime + * Create datetime */ protected \DateTime $created; diff --git a/Entity/Group.php b/Entity/Group.php index 13b16ef..670e5b7 100644 --- a/Entity/Group.php +++ b/Entity/Group.php @@ -27,7 +27,7 @@ class Group { protected ?int $id = null; /** - * Creation datetime + * Create datetime */ protected \DateTime $created; diff --git a/Entity/User.php b/Entity/User.php index 44680fb..445c3bd 100644 --- a/Entity/User.php +++ b/Entity/User.php @@ -31,7 +31,7 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface { protected ?int $id = null; /** - * Creation datetime + * Create datetime */ protected \DateTime $created;