Skip to content

Commit 08a7ea1

Browse files
Merge branch '5.4' into 6.2
* 5.4: [Translation] Decouple TranslatorPathsPass from "debug." convention [VarDumper] Add a bit of test coverage [TwigBridge] Fix flagged malicious url [HttpClient] Fix encoding "+" in URLs [DependencyInjection] Fix dumping array of enums parameters Bump Symfony version to 5.4.22 Update VERSION for 5.4.21 Update CONTRIBUTORS for 5.4.21 Update CHANGELOG for 5.4.21 Removed @internal tag on TraceableAuthenticator::getAuthenticator()
2 parents 0b96e76 + 7c71908 commit 08a7ea1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Authenticator/Debug/TraceableAuthenticator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ public function isInteractive(): bool
9292
return $this->authenticator instanceof InteractiveAuthenticatorInterface && $this->authenticator->isInteractive();
9393
}
9494

95-
/**
96-
* @internal
97-
*/
9895
public function getAuthenticator(): AuthenticatorInterface
9996
{
10097
return $this->authenticator;

0 commit comments

Comments
 (0)