mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-08 02:36:12 +02:00

Fix also fix:php:sniff

This commit is contained in:
Łukasz Uznański 2024-07-18 22:06:20 +02:00
parent adbfecaeeb
commit 3687fdf878

View file

@ -173,7 +173,7 @@
"@fix:php:sniff"
],
"fix:php:cs": "php-cs-fixer fix --config .php-cs-fixer.php",
"fix:php:sniff": "phpcbf Classes Configuration Tests",
"fix:php:sniff": "phpcbf --standard=Build/phpcs/phpcs.xml Classes Configuration Tests",
"phpstan:baseline": ".Build/bin/phpstan --generate-baseline --allow-empty-baseline",
"prepare-release": [
"rm -rf .Build",