Skip to content

Commit

Permalink
OP-352 - Add return type annotation for PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Jul 10, 2024
1 parent 31b0760 commit 588c17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CompilerPass/AuthenticationManagerPolyfillPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

final class AuthenticationManagerPolyfillPass implements CompilerPassInterface
{
public function process(ContainerBuilder $container)
public function process(ContainerBuilder $container): void
{
if (
false === $container->has('security.authentication_manager')
Expand Down

0 comments on commit 588c17a

Please sign in to comment.