@@ -104,8 +104,6 @@ public function getUserIdentifier(): string
104
104
* Internally, if this method returns false, the authentication system
105
105
* will throw an AccountExpiredException and prevent login.
106
106
*
107
- * @return bool
108
- *
109
107
* @see AccountExpiredException
110
108
*/
111
109
public function isAccountNonExpired (): bool
@@ -119,8 +117,6 @@ public function isAccountNonExpired(): bool
119
117
* Internally, if this method returns false, the authentication system
120
118
* will throw a LockedException and prevent login.
121
119
*
122
- * @return bool
123
- *
124
120
* @see LockedException
125
121
*/
126
122
public function isAccountNonLocked (): bool
@@ -134,8 +130,6 @@ public function isAccountNonLocked(): bool
134
130
* Internally, if this method returns false, the authentication system
135
131
* will throw a CredentialsExpiredException and prevent login.
136
132
*
137
- * @return bool
138
- *
139
133
* @see CredentialsExpiredException
140
134
*/
141
135
public function isCredentialsNonExpired (): bool
@@ -149,8 +143,6 @@ public function isCredentialsNonExpired(): bool
149
143
* Internally, if this method returns false, the authentication system
150
144
* will throw a DisabledException and prevent login.
151
145
*
152
- * @return bool
153
- *
154
146
* @see DisabledException
155
147
*/
156
148
public function isEnabled (): bool
0 commit comments