Skip to content

Commit a9a67d4

Browse files
[DependencyInjection] Revert native return types on ExtensionInterface
1 parent ef36811 commit a9a67d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Extension/ExtensionInterface.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ interface ExtensionInterface
2525
*
2626
* @param array<array<mixed>> $configs
2727
*
28+
* @return void
29+
*
2830
* @throws \InvalidArgumentException When provided tag is not defined in this extension
2931
*/
30-
public function load(array $configs, ContainerBuilder $container): void;
32+
public function load(array $configs, ContainerBuilder $container);
3133

3234
/**
3335
* Returns the namespace to be used for this extension (XML namespace).

0 commit comments

Comments
 (0)