Explorar el Código

Merge branch 'master' of https://bitbucket.org/ikflowdat/checksintaxbundle

gabriel hace 6 años
padre
commit
4d4d4621df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Command/CheckSintaxCommand.php

+ 1 - 1
Command/CheckSintaxCommand.php

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