Olivier Massot 1 년 전
부모
커밋
b94fc6fd3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -24,7 +24,7 @@ static_analysis:
 
 code_style:
   script:
-    - php vendor/bin/php-cs-fixer check --config=.php-cs-fixer.dist.php --format gitlab
+    - php vendor/bin/php-cs-fixer check --config=.php-cs-fixer.dist.php
 
 unit:
   stage: test