Olivier Massot vor 1 Jahr
Ursprung
Commit
b94fc6fd3d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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