]> Raphaël G. Git Repositories - userbundle/commitdiff
Remove @xxx as it trigger an annotation error
authorRaphaël Gertz <git@rapsys.eu>
Thu, 12 Aug 2021 11:36:39 +0000 (13:36 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 12 Aug 2021 11:36:39 +0000 (13:36 +0200)
Entity/User.php

index 5df315a11f24bf94183f4d46dba758b506e4a154..3c1c7686100f13a69bd7a486afe0f69e52c25f25 100644 (file)
@@ -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 {