Skip to content

Commit a2af174

Browse files
authored
Remove wrong PHPDoc
isGranted doesn't throw anymore an exception when there is no token in the storage
1 parent 6435c93 commit a2af174

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Authorization/AuthorizationChecker.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ public function __construct(TokenStorageInterface $tokenStorage, AccessDecisionM
4040

4141
/**
4242
* {@inheritdoc}
43-
*
44-
* @throws AuthenticationCredentialsNotFoundException when the token storage has no authentication token and $exceptionOnNoToken is set to true
4543
*/
4644
final public function isGranted(mixed $attribute, mixed $subject = null): bool
4745
{

0 commit comments

Comments
 (0)