Skip to content

Commit

Permalink
🛠️refactor(phpstan) Update level to max and set reportUnmatchedIgnore…
Browse files Browse the repository at this point in the history
…dErrors to false
  • Loading branch information
huangdijia committed Jun 2, 2023
1 parent 03bf926 commit ab6dd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
level: 5
level: max
paths:
- config
- src
Expand All @@ -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 ab6dd60

Please sign in to comment.