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');\"" ]