Olivier Massot 1 år sedan
förälder
incheckning
b94fc6fd3d
1 ändrade filer med 1 tillägg och 1 borttagningar
  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