Skip to content

Commit

Permalink
Add return type declaration in EkreativeHealthCheckExtension to addre…
Browse files Browse the repository at this point in the history
…ss Symfony update warning
  • Loading branch information
chyrskyy committed Dec 18, 2023
1 parent 64005f1 commit 31a5453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class EkreativeHealthCheckExtension extends Extension
{
public function load(array $configs, ContainerBuilder $container)
public function load(array $configs, ContainerBuilder $container): void
{
$configuration = new Configuration();
$config = $this->processConfiguration($configuration, $configs);
Expand Down

0 comments on commit 31a5453

Please sign in to comment.