Skip to content

Commit

Permalink
Fix phpstan warnings
Browse files Browse the repository at this point in the history
Revert "Fix phpstan warnings"

This reverts commit 9018ac7.

⚙️chore(config) update phpstan level to 5

🛠️refactor(phpstan) Update level to max and set reportUnmatchedIgnoredErrors to false
  • Loading branch information
huangdijia committed Jun 2, 2023
1 parent 26d5ab9 commit 3eaf163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parameters:
excludePaths:
- */Source/*
- *Source/*
# reportUnmatchedIgnoredErrors: false
reportUnmatchedIgnoredErrors: false
ignoreErrors:
# false positive
# - '#Parameter \#1 \$value of static method PhpParser\\BuilderHelpers\:\:normalizeValue\(\) expects array\|bool\|float\|int\|PhpParser\\Node\\Expr\|string\|null, mixed given#'
Expand Down

0 comments on commit 3eaf163

Please sign in to comment.