Skip to content

Commit ad8aff4

Browse files
[DI] compilation perf tweak
1 parent 38abc7b commit ad8aff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function process(ContainerBuilder $container)
4949
*/
5050
protected function processValue($value, $isRoot = false)
5151
{
52-
if (is_array($value)) {
52+
if (\is_array($value)) {
5353
foreach ($value as $k => $v) {
5454
if ($isRoot) {
5555
$this->currentId = $k;

0 commit comments

Comments
 (0)