Skip to content

Commit c15e60e

Browse files
committed
Fix deprecation with Symfony 7
1 parent 5e76c85 commit c15e60e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Beberlei/Bundle/MetricsBundle/DependencyInjection/BeberleiMetricsExtension.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
class BeberleiMetricsExtension extends Extension
1515
{
16+
/**
17+
* @return void
18+
*/
1619
public function load(array $configs, ContainerBuilder $container)
1720
{
1821
$configuration = $this->getConfiguration($configs, $container);

0 commit comments

Comments
 (0)