We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef36811 commit a9a67d4Copy full SHA for a9a67d4
Extension/ExtensionInterface.php
@@ -25,9 +25,11 @@ interface ExtensionInterface
25
*
26
* @param array<array<mixed>> $configs
27
28
+ * @return void
29
+ *
30
* @throws \InvalidArgumentException When provided tag is not defined in this extension
31
*/
- public function load(array $configs, ContainerBuilder $container): void;
32
+ public function load(array $configs, ContainerBuilder $container);
33
34
/**
35
* Returns the namespace to be used for this extension (XML namespace).
0 commit comments