--level used: maxI am getting the following false positive:
Method Illuminate\Database\Eloquent\Builder::groupBy() invoked with 2 parameters, 0-1 required.
Model::query()->groupBy('day', 'type');
I suspect this has something to do with larastan since the following raw PHP example works: https://phpstan.org/r/d2cf11d7-bd8a-4061-bd2f-120128c38cb1
Thank you for reporting this!
I know what's causing this. I'll fix it :+1:
Most helpful comment
Thank you for reporting this!
I know what's causing this. I'll fix it :+1: