We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9742b commit f18cf84Copy full SHA for f18cf84
src/Security/User.php
@@ -168,9 +168,7 @@ final public function getAuthenticatorIfExists(): ?IAuthenticator
168
}
169
170
171
- /**
172
- * Does the authentication exist?
173
- */
+ /** @deprecated */
174
final public function hasAuthenticator(): bool
175
{
176
return (bool) $this->authenticator;
@@ -288,9 +286,7 @@ final public function getAuthorizatorIfExists(): ?IAuthorizator
288
286
289
287
290
291
292
- * Does the authorization exist?
293
294
final public function hasAuthorizator(): bool
295
296
return (bool) $this->authorizator;
0 commit comments