Skip to content

Commit

Permalink
[CLEANUP] Simplify the PHPStan baseline generation script (#1045)
Browse files Browse the repository at this point in the history
It is not necessary to specify the file name of the baseline file
if we're using the default file.
  • Loading branch information
oliverklee authored Dec 15, 2023
1 parent fb19dd4 commit 6b5c76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6b5c76a

Please sign in to comment.