瀏覽代碼

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

gabriel 6 年之前
父節點
當前提交
4d4d4621df
共有 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;
     }
 
     /**