mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-25 06:36:16 +01:00

[CLEANUP] Drop extraneous whitespace in a Composer script (#1030)

This commit is contained in:
Oliver Klee 2023-11-27 16:47:51 +01:00 committed by GitHub
parent ba486fcee3
commit 98a0f66a04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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