From: Raphaƫl Gertz <git@rapsys.eu>
Date: Thu, 12 Aug 2021 11:36:39 +0000 (+0200)
Subject: Remove @xxx as it trigger an annotation error
X-Git-Tag: 0.2.0~50
X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/ca1fa03aacc37a791a99bc80cefbb2e208126c1b?ds=inline

Remove @xxx as it trigger an annotation error
---

diff --git a/Entity/User.php b/Entity/User.php
index 5df315a..3c1c768 100644
--- a/Entity/User.php
+++ b/Entity/User.php
@@ -428,7 +428,8 @@ class User implements UserInterface, \Serializable {
 	/**
 	 * Check if account is activated
 	 *
-	 * @xxx was from deprecated AdvancedUserInterface, see if it's used anymore
+	 * It was from deprecated AdvancedUserInterface, see if it's used anymore
+	 *
 	 * @see vendor/symfony/security-core/User/AdvancedUserInterface.php
 	 */
 	public function isActivated(): bool {
@@ -438,7 +439,8 @@ class User implements UserInterface, \Serializable {
 	/**
 	 * Check if account is disabled
 	 *
-	 * @xxx was from deprecated AdvancedUserInterface, see if it's used anymore
+	 * It was from deprecated AdvancedUserInterface, see if it's used anymore
+	 *
 	 * @see vendor/symfony/security-core/User/AdvancedUserInterface.php
 	 */
 	public function isDisabled(): bool {