remove fixme comment when not needed anymore

This commit is contained in:
Manuel Raynaud
2014-03-10 12:17:39 +01:00
parent 191a120aa5
commit e415b747ea
13 changed files with 6 additions and 51 deletions

View File

@@ -61,8 +61,7 @@ class GenerateResources extends ContainerAwareCommand
$constants = $class->getConstants();
if (count($constants) == 0) {
$output->writeln('No resources found');
exit;
throw new \RuntimeException('No resources found');
}
switch ($input->getOption("output")) {