From 880a81c357c7db4a09114a411860d570576f4590 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sun, 15 Mar 2026 16:19:08 +0100 Subject: [PATCH] fix CS --- .gitignore | 1 + composer.json | 4 ++-- phpcs.xml | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cb64d05..6d52295 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.iml .hhconfig .phpunit.result.cache +.phpcs.cache vendor composer.phar composer.lock diff --git a/composer.json b/composer.json index e3576ac..a3361b9 100644 --- a/composer.json +++ b/composer.json @@ -56,8 +56,8 @@ "@cs-check", "@stan" ], - "cs-check": "phpcs --colors --parallel=16 -p", - "cs-fix": "phpcbf --colors --parallel=16 -p", + "cs-check": "phpcs", + "cs-fix": "phpcbf", "phpstan": "tools/phpstan analyse", "stan": "@phpstan", "stan-baseline": "tools/phpstan --generate-baseline", diff --git a/phpcs.xml b/phpcs.xml index d31818c..e432cc9 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -1,6 +1,10 @@ + + + +