Skip to content

Commit 3466875

Browse files
Merge branch '6.2' into 6.3
* 6.2: cs fix [Messenger] Fix passing options set via tags to handler descriptors random_bytes length should be an int greater than 0 enforce UTC timezone in test [DependencyInjection] Fix autocasting null env values to empty string Fix executable bit Fix executable bit Readme: Replace Stack Overflow with GitHub Discussions [DoctrineBridge] Remove outdated comment [DependencyInjection] Fix annotation [SecurityBundle] Do not translate `Bearer` header’s `error_description` [String] Fix Inflector for 'status' [DependencyInjection] Fix resource tracking for lazy services [EventDispatcher] [EventDispatcher] Throw exception when listener method cannot be resolved
2 parents f4fe79d + 76ebbcd commit 3466875

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Resources/config/security_authenticator_access_token.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
null,
4343
null,
4444
])
45-
->call('setTranslator', [service('translator')->ignoreOnInvalid()])
4645

4746
->set('security.authenticator.access_token.chain_extractor', ChainAccessTokenExtractor::class)
4847
->abstract()

0 commit comments

Comments
 (0)