wrk-flow / larastrict

Opinionated extension of a Laravel framework to help you build type safe, testable and reusable code.
https://larastrict.com
MIT License
5 stars 2 forks source link

PHPStan - laravel query should accept expression in join #88

Open pionl opened 2 months ago

pionl commented 2 months ago

221 Parameter $first of method
Illuminate\Database\Eloquent\Builder<App\Models\Notebook\Notebook>::leftJoinSub()
expects Closure|string, Illuminate\Database\Query\Expression given.
223 Parameter $second of method
Illuminate\Database\Eloquent\Builder<App\Models\Notebook\Notebook>::leftJoinSub()
expects string|null, Illuminate\Database\Query\Expression given.