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 21cfadd commit a4c8d59Copy full SHA for a4c8d59
Extension/ExtensionInterface.php
@@ -23,12 +23,12 @@ interface ExtensionInterface
23
/**
24
* Loads a specific configuration.
25
*
26
- * @param array $config An array of configuration values
+ * @param array $configs An array of configuration values
27
* @param ContainerBuilder $container A ContainerBuilder instance
28
29
* @throws \InvalidArgumentException When provided tag is not defined in this extension
30
*/
31
- public function load(array $config, ContainerBuilder $container);
+ public function load(array $configs, ContainerBuilder $container);
32
33
34
* Returns the namespace to be used for this extension (XML namespace).
0 commit comments