Skip to content

Commit b1f2748

Browse files
committed
Fix deprecation messages
1 parent 69aa304 commit b1f2748

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
@@ -1043,7 +1043,7 @@ private function createRequestMatcher(ContainerBuilder $container, string $path
10431043
}
10441044

10451045
/**
1046-
* @deprecated since 5.4, use "addAuthenticatorFactory()" instead
1046+
* @deprecated since Symfony 5.4, use "addAuthenticatorFactory()" instead
10471047
*/
10481048
public function addSecurityListenerFactory(SecurityFactoryInterface $factory)
10491049
{

0 commit comments

Comments
 (0)