Skip to content

Commit

Permalink
Ignore DB::registerDoctrineType() error in PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
faytekin committed Mar 15, 2024
1 parent 26daf64 commit 3d2f924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ parameters:
checkOctaneCompatibility: true
checkModelProperties: true
checkMissingIterableValueType: false
ignoreErrors:
- '#Call to an undefined static method Illuminate\\Support\\Facades\\DB::registerDoctrineType\(\)#'

0 comments on commit 3d2f924

Please sign in to comment.