We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6213d2 commit b328ae1Copy full SHA for b328ae1
phpstan.neon
@@ -4,4 +4,8 @@ parameters:
4
level: 5
5
inferPrivatePropertyTypeFromConstructor: true
6
paths:
7
- - src
+ - 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#'
0 commit comments