mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-12 23:36:13 +01:00
parent
2f672c1d01
commit
f832f9df5d
1 changed files with 1 additions and 1 deletions
|
@ -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).",
|
||||
|
|
Loading…
Reference in a new issue