Skip to content

Commit

Permalink
PHPStan: Ignore errors which we do not treat as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
raviks789 authored and nilmerg committed Aug 24, 2023
1 parent 2865844 commit 89e0c07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ parameters:

scanDirectories:
- vendor

ignoreErrors:
-
messages:
- '#Unsafe usage of new static\(\)#'
- '#. but return statement is missing#'
reportUnmatched: false

0 comments on commit 89e0c07

Please sign in to comment.