We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2803da7 commit b98d4aeCopy full SHA for b98d4ae
phpstan.neon
@@ -4,8 +4,4 @@ parameters:
4
level: 5
5
inferPrivatePropertyTypeFromConstructor: true
6
paths:
7
- - src
8
- ignoreErrors:
9
- # Somewhere between Oct 5 2020 and Jan 4 2021, Larastan made a change
10
- # that resulted in this method call erroring. Just ignore it I guess?
11
- - '#DB::getSchemaBuilder#'
+ - src
0 commit comments