Skip to content

Commit 121eda7

Browse files
committed
Remove BC layer
1 parent 2b8291b commit 121eda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/Security.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function getFirewallConfig(Request $request): ?FirewallConfig
109109
*
110110
* @return Response|null The authenticator success response if any
111111
*/
112-
public function login(UserInterface $user, string $authenticatorName = null, string $firewallName = null /* array $badges = [] */): ?Response
112+
public function login(UserInterface $user, string $authenticatorName = null, string $firewallName = null, array $badges = []): ?Response
113113
{
114114
$request = $this->container->get('request_stack')->getCurrentRequest();
115115
$firewallName ??= $this->getFirewallConfig($request)?->getName();

0 commit comments

Comments
 (0)