Skip to content

Commit c5fd239

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [String] Add tests for AsciiSlugger [Serializer] Fix get accessor regex in AnnotationLoader [HttpKernel] Fix passing `null` to `\trim()` method in LoggerDataCollector Remove wrong PHPDoc [Translation] Crowdin provider throw Exception when status is 50x Always attempt to listen for notifications add missing changelog entry for the AtLeastOneOf constraint validate nested constraints only if they are in the same group
2 parents 6c3b796 + a2af174 commit c5fd239

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)