Skip to content

Commit 8aaf1e7

Browse files
committed
Füger Return Type hinzu (Case 193321)
1 parent 373f965 commit 8aaf1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/WebfactoryPiwikExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class WebfactoryPiwikExtension extends Extension
1111
{
12-
public function load(array $configs, ContainerBuilder $container)
12+
public function load(array $configs, ContainerBuilder $container): void
1313
{
1414
$locator = new FileLocator(__DIR__.'/../Resources/config');
1515
$loader = new XmlFileLoader($container, $locator);

0 commit comments

Comments
 (0)