mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36:12 +01:00
[CLEANUP] Simplify the PHPStan baseline generation script (#1045)
It is not necessary to specify the file name of the baseline file if we're using the default file.
This commit is contained in:
parent
fb19dd4a9a
commit
6b5c76ac08
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
|||
],
|
||||
"fix:php:cs": "php-cs-fixer fix --config .php-cs-fixer.php",
|
||||
"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 --allow-empty-baseline",
|
||||
"prepare-release": [
|
||||
"rm .gitignore",
|
||||
"rm -rf .Build",
|
||||
|
|
Loading…
Reference in a new issue