Skip to content

Commit 286425b

Browse files
~ Reference new stubs
1 parent 46862d7 commit 286425b

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

phpstan.neon.dist

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ parameters:
77
stubFiles:
88
- stubs/BelongsToMany.stub
99
- stubs/EloquentBuilder.stub
10+
- stubs/EloquentCollection.stub
11+
- stubs/Model.stub
1012
- stubs/QueryBuilder.stub
1113
- stubs/Relation.stub
1214
ignoreErrors:
@@ -16,19 +18,3 @@ parameters:
1618
-
1719
message: '#Access to protected property Illuminate\\Database\\Eloquent\\Builder::\$\w+.#'
1820
path: src/Mixins/JoinsRelationships.php
19-
20-
21-
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-

0 commit comments

Comments
 (0)