mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-16 21:16:13 +02:00

[TASK] Better description

Related: #1391
This commit is contained in:
Eike Starkmann 2024-07-30 19:35:57 +02:00
parent 2f672c1d01
commit f832f9df5d

View file

@ -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).",