Skip to content

Commit

Permalink
Merge pull request #34 from stof/fix_deprecations
Browse files Browse the repository at this point in the history
Fix deprecations for Symfony 6.3
  • Loading branch information
stof authored Jun 29, 2023
2 parents a38deca + 9444915 commit 5235dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/KeenIOExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class KeenIOExtension extends Extension
{
public function load(array $configs, ContainerBuilder $container)
public function load(array $configs, ContainerBuilder $container): void
{
$configuration = new Configuration();

Expand Down

0 comments on commit 5235dec

Please sign in to comment.