From b87d1988ea22fea2a1b07d3dc15f653f42ebea36 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Tue, 17 Mar 2026 19:08:04 -0400 Subject: [PATCH] prepare phpcs to automatically pick a configuration file --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8c85fa0..459cb3a 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,7 @@ ], "lint": "phpstan --no-progress --memory-limit=256M -cphpstan.neon", "beautify": "phpcbf --standard=phpcs.xml", - "phpcs": "phpcs --standard=phpcs.xml -n", + "phpcs": "phpcs", "post-install-cmd": [ "php -r \"if (!file_exists('phpcs.xml')) copy('phpcs.xml.dist', 'phpcs.xml');\"" ]