Skip to content

Commit

Permalink
Correct PHP stan ignored errors regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
omarlopesino committed Jul 24, 2023
1 parent 9f27c91 commit 2143623
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
Expand Up @@ -15,6 +15,6 @@ parameters:
- web/themes/custom
ignoreErrors:
- message: '#.*return type has no value type specified.*#'
- message: '#.*has parameter .* with no type specified#'
- message: '#.*has parameter .* with no type specified.*#'
- message: '#.*has no return type specified.*#'
- message: '#.*has parameter .* with no value type specified*#'
- message: '#.*has parameter .* with no value type specified.*#'

0 comments on commit 2143623

Please sign in to comment.