Skip to content

Commit

Permalink
Added return type for load function in ZxcvbnBundleExtension, (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller authored Jun 19, 2023
1 parent 233e9ac commit 2041576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/ZxcvbnBundleExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class ZxcvbnBundleExtension extends Extension
{
public function load(array $configs, ContainerBuilder $container)
public function load(array $configs, ContainerBuilder $container): void
{
$loader = new YamlFileLoader(
$container,
Expand Down

0 comments on commit 2041576

Please sign in to comment.