mirror of
https://github.com/archtechx/tenancy.git
synced 2026-06-21 05:24:02 +00:00
phpstan fix: Model covariants in Scope generics
Builds on changes in recent commit:
Commit ID: c32f52ce7c
Change ID: qsnosyvyulxzrnzorpxqwqqztmqorsmk
This commit is contained in:
parent
53f44762ca
commit
41701aff5f
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ class PendingScope implements Scope
|
|||
/**
|
||||
* Apply the scope to a given Eloquent query builder.
|
||||
*
|
||||
* @param Builder<Model> $builder
|
||||
* @param Builder<covariant Model> $builder
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue