Skip to content

Commit

Permalink
~ Reference new stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed authored Dec 13, 2024
1 parent 46862d7 commit 286425b
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ parameters:
stubFiles:
- stubs/BelongsToMany.stub
- stubs/EloquentBuilder.stub
- stubs/EloquentCollection.stub
- stubs/Model.stub
- stubs/QueryBuilder.stub
- stubs/Relation.stub
ignoreErrors:
Expand All @@ -16,19 +18,3 @@ parameters:
-
message: '#Access to protected property Illuminate\\Database\\Eloquent\\Builder::\$\w+.#'
path: src/Mixins/JoinsRelationships.php
















0 comments on commit 286425b

Please sign in to comment.