Skip to content

Commit b98d4ae

Browse files
committed
Remove fixed phpstan error ignore
1 parent 2803da7 commit b98d4ae

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

phpstan.neon

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

0 commit comments

Comments
 (0)