Skip to content

Commit 40992f0

Browse files
cs fix
1 parent fec859a commit 40992f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2166,6 +2166,6 @@ private function getClasses(Definition $definition): array
21662166
$definition = $factory[0];
21672167
}
21682168

2169-
return array_filter($classes);
2169+
return $classes;
21702170
}
21712171
}

0 commit comments

Comments
 (0)