Skip to content

Commit

Permalink
fix: phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Jul 16, 2024
1 parent 223b487 commit 61f59b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ parameters:
paths:
- src
- tests
excludePaths:
- tests/_support/_generated
treatPhpDocTypesAsCertain: false
ignoreErrors:
- '#Method .*::getModelInstance\(\) should return #'
- message: "#.*#"
paths:
- tests/_support/_generated
reportUnmatchedIgnoredErrors: false
Empty file.

0 comments on commit 61f59b3

Please sign in to comment.