Tucker-Eric / EloquentFilter

An Eloquent Way To Filter Laravel Models And Their Relationships
http://tucker-eric.github.io/EloquentFilter
MIT License
1.72k stars 120 forks source link

Fix PHPDoc param tag in related function #165

Closed mrwogu closed 3 years ago

mrwogu commented 3 years ago

Fixed error from phpstan:

 Parameter #3 $operator of method EloquentFilter\ModelFilter::related() expects null, string given.