We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 744b43c + 996753f commit 808dc8eCopy full SHA for 808dc8e
DependencyInjection/Compiler/AddSpreadCompilerPass.php
@@ -23,9 +23,10 @@ public function process(ContainerBuilder $container)
23
}
24
25
krsort($spreadByPriority);
26
+ $spreadByPriority = call_user_func_array('array_merge', $spreadByPriority);
27
28
foreach ($spreadByPriority as $spreads) {
- $spreadDeployer->addMethodCall('addSpread', $spreads);
29
+ $spreadDeployer->addMethodCall('addSpread', [$spreads]);
30
31
32
0 commit comments