Skip to content

Commit

Permalink
PHPSTAN - Do not report unmatched ignored errors
Browse files Browse the repository at this point in the history
  • Loading branch information
omarlopesino committed Aug 2, 2023
1 parent 7d915b9 commit 6282fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ parameters:
paths:
- web/modules/custom
- web/themes/custom
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- message: '#.*return type has no value type specified.*#'
- message: '#.*has parameter .* with no type specified.*#'
Expand Down

0 comments on commit 6282fbe

Please sign in to comment.