Skip to content

Commit ddc145d

Browse files
committed
Match the return type with the ExtensionInterface
1 parent 97728f7 commit ddc145d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/ContaoCookiebarExtension.php

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

1919
class ContaoCookiebarExtension extends Extension
2020
{
21-
public function load(array $configs, ContainerBuilder $container)
21+
public function load(array $configs, ContainerBuilder $container): void
2222
{
2323
$config = $this->processConfiguration(new Configuration(), $configs);
2424

0 commit comments

Comments
 (0)