Skip to content

Commit

Permalink
Adjusted the behavior of PHPStan errors depending on the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Jan 4, 2024
1 parent d362090 commit 94d105c
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 @@ -5,5 +5,6 @@ parameters:
- src
- tests
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#Call to an undefined static method Respect\\Validation\\Validator::numeric\(\).#'

0 comments on commit 94d105c

Please sign in to comment.