Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jun 6, 2021
1 parent da07711 commit e7aa9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dumper/PhpDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2166,6 +2166,6 @@ private function getClasses(Definition $definition): array
$definition = $factory[0];
}

return array_filter($classes);
return $classes;
}
}

0 comments on commit e7aa9f3

Please sign in to comment.