From cb23615e252e141902289bcfedf45bf3368cfe64 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sun, 15 Mar 2026 16:00:01 +0100 Subject: [PATCH] cleanup CS --- .gitignore | 1 + composer.json | 4 ++-- phpcs.xml | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d4f69379..bf60f8c0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /tools .phpunit.result.cache .phpunit.cache +.phpcs.cache # OS generated files # ###################### diff --git a/composer.json b/composer.json index 99fdc9cc..1f7c36dc 100644 --- a/composer.json +++ b/composer.json @@ -69,8 +69,8 @@ "@cs-check", "@test" ], - "cs-check": "phpcs --colors -p", - "cs-fix": "phpcbf --colors -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 0cccd4f6..9666feee 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -4,4 +4,9 @@ src/ tests/ + + + + +