Skip to content

Commit 3f9329f

Browse files
authored
Merge pull request #79 from jderusse/deprec
Fix deprecation with Symfony 7
2 parents 2977181 + c15e60e commit 3f9329f

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)