Skip to content

Commit 2ae2b40

Browse files
Fix PHP 8 deprecations
1 parent 5c82cbb commit 2ae2b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/SecurityExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ private function createContextListener($container, $contextKey, $logoutUserOnCha
520520
return $this->contextListeners[$contextKey] = $listenerId;
521521
}
522522

523-
private function createAuthenticationListeners($container, $id, $firewall, &$authenticationProviders, $defaultProvider = null, array $providerIds, $defaultEntryPoint, $contextListenerId = null)
523+
private function createAuthenticationListeners($container, $id, $firewall, &$authenticationProviders, $defaultProvider, array $providerIds, $defaultEntryPoint, $contextListenerId = null)
524524
{
525525
$listeners = [];
526526
$hasListeners = false;

0 commit comments

Comments
 (0)