X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/38bbc6345098782376b9a0d14de901bc7af9cf0b..45a5c17fb68fb988c8a480015a4813ba1aec4982:/Entity/User.php

diff --git a/Entity/User.php b/Entity/User.php
index 44680fb..5220e77 100644
--- a/Entity/User.php
+++ b/Entity/User.php
@@ -15,12 +15,12 @@ use Doctrine\Common\Collections\Collection;
 use Doctrine\Common\Collections\ArrayCollection;
 use Doctrine\ORM\Event\PreUpdateEventArgs;
 
-use Symfony\Component\Security\Core\User\UserInterface;
-use Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface;
-
 use Rapsys\UserBundle\Entity\Civility;
 use Rapsys\UserBundle\Entity\Group;
 
+use Symfony\Component\Security\Core\User\UserInterface;
+use Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface;
+
 /**
  * User
  */
@@ -31,7 +31,7 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface {
 	protected ?int $id = null;
 
 	/**
-	 * Creation datetime
+	 * Create datetime
 	 */
 	protected \DateTime $created;