Can Vural
Can Vural
Can you guys try the latest `master` branch and see if it fixes the issues?
Fixed with 6612298
There are no plans to support Livewire currently.
Of course!
This error is expected on level 9. And the root issue is that `getCollection` does not specify generic types for the collection: https://github.com/laravel/framework/blob/9.x/src/Illuminate/Pagination/AbstractCursorPaginator.php#L565 We'd need some new stubs for this...
I have the same issue. And a temporary solution is to run `fig restart` After that it starts working again.
Hi, Carbon has its own PHPStan [extension.](https://github.com/briannesbitt/Carbon/blob/master/extension.neon) Try including this or install `phpstan/extension-installer`, and try again. Maybe it resolves it.
This is fixed in the latest commits.
Hi, I tried to replicate this. And I think this can be an issue with PHPStan. I'll try to prepare an example and open an issue there. Thanks.
Hi, Currently, this is not implemented. But possible to write a rule for it. Also, #676 would help a lot with this issue. Thanks for the idea.