Explorar o código

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

gabriel %!s(int64=6) %!d(string=hai) anos
pai
achega
4d4d4621df
Modificáronse 1 ficheiros con 1 adicións e 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;
     }
 
     /**