Skip to content

Commit

Permalink
[BUGFIX] Add allow empty base line for phpstan check
Browse files Browse the repository at this point in the history
Related: #1003
  • Loading branch information
kanow committed Nov 27, 2023
1 parent fd2d646 commit ad376ec
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 @@ -185,7 +185,7 @@
"@php -r 'is_dir($extFolder=__DIR__.\"/.Build/Web/typo3conf/ext/\") || mkdir($extFolder, 0777, true);'",
"@php -r 'file_exists($extFolder=__DIR__.\"/.Build/Web/typo3conf/ext/tea\") || symlink(__DIR__,$extFolder);'"
],
"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 ad376ec

Please sign in to comment.