@@ -55,7 +55,7 @@ class CheckSintaxCommand extends ContainerAwareCommand
} else {
$output->writeln($error);
}
- return 0;
+ return 1;
/**