Skip to content

Commit b328ae1

Browse files
committed
Ignore strange PHPstan 'error'
1 parent c6213d2 commit b328ae1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

phpstan.neon

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ parameters:
44
level: 5
55
inferPrivatePropertyTypeFromConstructor: true
66
paths:
7-
- src
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#'

0 commit comments

Comments
 (0)