diff --git a/Command/FixturesLoadCommand.php b/Command/FixturesLoadCommand.php index 7ee2f7c..768cd62 100644 --- a/Command/FixturesLoadCommand.php +++ b/Command/FixturesLoadCommand.php @@ -315,7 +315,6 @@ EOT $files = $finder->in(null !== $in ? $in : $this->absoluteFixturesPath); if (null === $this->bundle) { - return $files; }