Skip to content

Commit

Permalink
fix: add return "void" to registerContainerConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Fouache committed May 1, 2024
1 parent 114e958 commit 18a2687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Application/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function registerBundles(): iterable
return $bundles;
}

public function registerContainerConfiguration(LoaderInterface $loader)
public function registerContainerConfiguration(LoaderInterface $loader): void
{
parent::registerContainerConfiguration($loader);

Expand Down

0 comments on commit 18a2687

Please sign in to comment.