Skip to content

Commit

Permalink
Merge pull request #25 from SashaChyrskyy/feature/add-return-type
Browse files Browse the repository at this point in the history
Add return type declaration in EkreativeHealthCheckExtension to address Symfony update warning
  • Loading branch information
mcfedr authored Apr 3, 2024
2 parents 64005f1 + 31a5453 commit 7186cde
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 7186cde

Please sign in to comment.