Skip to content

Commit a4c8d59

Browse files
mmarchoisfabpot
authored andcommitted
Change the ExtensionInterface load method definition to bo identical to the documentation.
1 parent 21cfadd commit a4c8d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/ExtensionInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ interface ExtensionInterface
2323
/**
2424
* Loads a specific configuration.
2525
*
26-
* @param array $config An array of configuration values
26+
* @param array $configs An array of configuration values
2727
* @param ContainerBuilder $container A ContainerBuilder instance
2828
*
2929
* @throws \InvalidArgumentException When provided tag is not defined in this extension
3030
*/
31-
public function load(array $config, ContainerBuilder $container);
31+
public function load(array $configs, ContainerBuilder $container);
3232

3333
/**
3434
* Returns the namespace to be used for this extension (XML namespace).

0 commit comments

Comments
 (0)