Skip to content

Commit

Permalink
[BUGFIX] Add allow empty base line for phpstan check (#1018)
Browse files Browse the repository at this point in the history
Fixes #1003
  • Loading branch information
kanow authored Nov 27, 2023
1 parent a5ab4c9 commit 190e5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,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",
"phpstan:baseline": ".Build/bin/phpstan --generate-baseline=phpstan-baseline.neon --allow-empty-baseline",
"prepare-release": [
"rm .gitignore",
"rm -rf .Build",
Expand Down
2 changes: 1 addition & 1 deletion phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
parameters:
ignoreErrors:
ignoreErrors: []

0 comments on commit 190e5f9

Please sign in to comment.