diff --git a/composer.json b/composer.json index b2576d6..88ac82c 100644 --- a/composer.json +++ b/composer.json @@ -220,7 +220,7 @@ "ci:php": "Runs all static checks for the PHP files.", "ci:php:cs-fixer": "Checks the code style with the PHP Coding Standards Fixer (PHP-CS-Fixer).", "ci:php:lint": "Lints the PHP files for syntax errors.", - "ci:php:mess": "Runs mess decection on folder classes", + "ci:php:mess": "Runs PHP mess detection.", "ci:php:sniff": "Checks the code style with PHP_CodeSniffer (PHPCS).", "ci:php:stan": "Checks the PHP types using PHPStan.", "ci:static": "Runs all static code checks (syntax, style, types).",