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 38abc7b commit ad8aff4Copy full SHA for ad8aff4
src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php
@@ -49,7 +49,7 @@ public function process(ContainerBuilder $container)
49
*/
50
protected function processValue($value, $isRoot = false)
51
{
52
- if (is_array($value)) {
+ if (\is_array($value)) {
53
foreach ($value as $k => $v) {
54
if ($isRoot) {
55
$this->currentId = $k;
0 commit comments