浏览代码

Se agrego el retorno de error.

Gabriel Gosparo 6 年之前
父节点
当前提交
4cd77d8ae5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
     }
 
     /**