|
@@ -53,6 +53,7 @@ class CheckSintaxCommand extends ContainerAwareCommand
|
|
|
$this->returnOK($output);
|
|
|
return 0;
|
|
|
} else {
|
|
|
+ $output->writeln("CHECK SINTAX ERROR!!!");
|
|
|
$output->writeln($error);
|
|
|
}
|
|
|
return 1;
|
|
@@ -80,7 +81,7 @@ class CheckSintaxCommand extends ContainerAwareCommand
|
|
|
*/
|
|
|
private function returnOK(OutputInterface $output)
|
|
|
{
|
|
|
- $output->writeln("OK!!!");
|
|
|
+ $output->writeln("CHECK SINTAX OK!!!");
|
|
|
}
|
|
|
|
|
|
/**
|