From 5f19503222bdbe9e3accc645959c3a56d3f1b216 Mon Sep 17 00:00:00 2001 From: Jesper Skytte Date: Tue, 15 Oct 2024 08:18:49 +0200 Subject: [PATCH] Remove config file --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4bc813e..f14fbfc 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,6 @@ }, "scripts": { "test": "@php vendor/bin/phpunit", - "style": "@php vendor/bin/php-cs-fixer fix --config ./.php-cs-fixer.dist.php" + "style": "@php vendor/bin/php-cs-fixer fix src/ --rules=@PER-CS" } }