Can Vural
Can Vural
This is fixed.
Thank you! Feel free to improve it in further PRs. For example from my testing `collect([new User, 1, 'foo'])->whereNotNull('id')` results in `Collection`. It somehow removes all non-objects.
Hi, Thank you for the PR and I'm sorry for getting back too late! I do not really understand what this PR is adding. What is the current error you...
`Enumerable` interface needs to be changed also.
Hi, That's an awesome idea! Thank you for the tip.
Hi, Yes this is possible with Larastan. I even had a working PR about this: https://github.com/larastan/larastan/pull/1456 Actually I would say this suits to Larastan more than Bladestan 😄 Because Bladestan...
Are you also using PHPStan strict rules?
Issue can be in [this](https://github.com/nunomaduro/larastan/blob/4ba82ba350e5a5288154454cc069bda6af8b7aba/src/ReturnTypes/RequestUserExtension.php) extension. We need to check if the `user` method is the parent one or not I guess.
Good catch! I re-opened the issue. I think we can drop the condition and just go with `collection-generic-static-methods-l948.php` since like you said we support minimum 9.52 > Also, why do...
Hi, Tests are passing that's good 👍🏽 Thanks! I'll test this further before release.