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 c8c1df3 commit 3c1b8dfCopy full SHA for 3c1b8df
DependencyInjection/FlorianvSwapExtension.php
@@ -73,7 +73,7 @@ public function load(array $config, ContainerBuilder $container)
73
* @param string $name
74
* @param array $arguments
75
*/
76
- private function addProvider(ContainerBuilder $container, $name, $arguments = array())
+ private function addProvider(ContainerBuilder $container, $name, array $arguments = array())
77
{
78
$definition = new Definition('%florianv_swap.provider.'.$name.'.class%', $arguments);
79
$definition->setPublic(false);
0 commit comments