Olivier Massot 1 năm trước cách đây
mục cha
commit
b94fc6fd3d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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