Skip to content

Commit

Permalink
Merge pull request #563 from nhovratov/main
Browse files Browse the repository at this point in the history
[TASK] Update phpstan-baseline.neon
  • Loading branch information
opi99 authored Mar 17, 2024
2 parents 7bdd126 + 5d1b180 commit 671ded4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"npm:init": [
"@yarn:init"
],
"phpstan:baseline": ".Build/bin/phpstan --generate-baseline=phpstan-baseline.neon",
"phpstan:baseline": ".Build/bin/phpstan --generate-baseline=phpstan-baseline.neon --level 0",
"prepare-release": [
"rm .gitignore",
"rm -rf .Build",
Expand Down
5 changes: 0 additions & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ parameters:
count: 1
path: Classes/Configuration/BackendConfiguration.php

-
message: "#^Undefined variable\\: \\$dataStructArray$#"
count: 2
path: Classes/Configuration/FlexForm/FlexFormTools8.php

-
message: "#^Call to static method makeInstance\\(\\) on an unknown class Tvp\\\\TemplaVoilaPlus\\\\Controller\\\\Backend\\\\Handler\\\\GeneralUtility\\.$#"
count: 1
Expand Down

0 comments on commit 671ded4

Please sign in to comment.