diff --git a/composer.json b/composer.json index 70a09ca..f0e1da1 100644 --- a/composer.json +++ b/composer.json @@ -100,7 +100,7 @@ "echo \"Performance Tests Completed.\"" ], "lint": "phpstan --no-progress --memory-limit=256M", - "beautify": "phpcbf", + "format": "phpcbf -q", "phpcs": "phpcs", "post-install-cmd": [ "@php -r \"if (!file_exists('phpcs.xml')) copy('phpcs.xml.dist', 'phpcs.xml');\"", diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 2c95c3e..6694874 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -2,26 +2,10 @@ - - - - - - - - - - - - - - - - - - - index.php flight tests + + +