Skip to content

Commit

Permalink
Fix deprecation with Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Feb 29, 2024
1 parent 5e76c85 commit c15e60e
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 c15e60e

Please sign in to comment.