Skip to content

Commit

Permalink
Remove fixed phpstan error ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Flynsarmy committed Feb 9, 2021
1 parent 2803da7 commit b98d4ae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ parameters:
level: 5
inferPrivatePropertyTypeFromConstructor: true
paths:
- src
ignoreErrors:
# Somewhere between Oct 5 2020 and Jan 4 2021, Larastan made a change
# that resulted in this method call erroring. Just ignore it I guess?
- '#DB::getSchemaBuilder#'
- src

0 comments on commit b98d4ae

Please sign in to comment.