mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-10-18 14:16:12 +02:00

[TASK] Reorder the PHP-related steps in the ci:static script (#1489)

Check for syntax errors with PHP lint first, then check for
structural problems with Rector and PHPStan, and after that check
the coding style.
This commit is contained in:
Oliver Klee 2024-10-13 17:19:52 +02:00 committed by GitHub
parent 7c4504600f
commit 9a8834998f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,11 +154,11 @@
"@ci:composer:normalize",
"@ci:composer:unused",
"@ci:json:lint",
"@ci:php:cs-fixer",
"@ci:php:lint",
"@ci:php:rector",
"@ci:php:sniff",
"@ci:php:stan",
"@ci:php:cs-fixer",
"@ci:php:sniff",
"@ci:typoscript:lint",
"@ci:xliff:lint",
"@ci:yaml:lint"