Selaa lähdekoodia

Se agrego el retorno de error.

Gabriel Gosparo 6 vuotta sitten
vanhempi
commit
4cd77d8ae5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
     }
 
     /**