mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-25 08:36:12 +01:00
[CLEANUP] Drop extraneous whitespace in a Composer script (#1030)
This commit is contained in:
parent
ba486fcee3
commit
98a0f66a04
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue