소스 검색

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;
     }
 
     /**