Skip to content

Commit

Permalink
Merge pull request #79 from jderusse/deprec
Browse files Browse the repository at this point in the history
Fix deprecation with Symfony 7
  • Loading branch information
lyrixx authored Feb 29, 2024
2 parents 2977181 + c15e60e commit 3f9329f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

class BeberleiMetricsExtension extends Extension
{
/**
* @return void
*/
public function load(array $configs, ContainerBuilder $container)
{
$configuration = $this->getConfiguration($configs, $container);
Expand Down

0 comments on commit 3f9329f

Please sign in to comment.