Skip to content

Commit bb7b547

Browse files
Merge branch '6.2' into 6.3
* 6.2: [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 6.2.8 Update VERSION for 6.2.7 Update CHANGELOG for 6.2.7 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 [Messenger] Fix TransportNamesStamp deserialization Removed @internal tag on TraceableAuthenticator::getAuthenticator()
2 parents 64af5bb + 08a7ea1 commit bb7b547

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)