Sfoglia il codice sorgente

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

gabriel 6 anni fa
parent
commit
4d4d4621df
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Command/CheckSintaxCommand.php

+ 1 - 1
Command/CheckSintaxCommand.php

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