-
I was thinking of adding larastan to this project. What do you think @Cannonb4ll?
I'm using this project and I'm getting some feedback from users asking for some features/improvements, but I'd lik…
-
- Larastan Version: v2.9.9
- Laravel Version: v11.23.5
### Description
See my rant in https://github.com/larastan/larastan/discussions/2088#discussioncomment-11044323 😆
There is a partial e…
-
### Bug report
Hello!
I've finished up implementing the `*ClosureTypeExtensions` for the Larastan relation closures (see https://github.com/larastan/larastan/pull/2048), however, I came across a…
-
- Larastan Version: 2.9.9
- Laravel Version: 11.28.1
### Description
This is happening while upgrading to Laravel 11:
I cast Enums from the DB in to PHP Enums, if i do not annotate, i get warnin…
-
- Larastan Version: v2.9.9
- Laravel Version: v11.23.5
- Phpstan Version: 1.12.6
### Description
`groupBy('status')` returns `int|string` for TKey. I think that's acceptable, because Larastan …
-
- Larastan Version: v2.9.9
- Laravel Version: v11.23.5
### Description
I have a custom eloquent/model collection `ModelCollection` for all my models. `newCollection()` and genericness etc all w…
-
-
- Larastan Version: Any
- Laravel Version: Any
### Description
Larastan's extension file has below:
https://github.com/larastan/larastan/blob/c8ec6f04f800d9425be743998574f1034e2ffb3f/ext…
-
- Larastan Version: 2.9.8
- Laravel Version: 10
### Description
When dealing with Managers, the class of the object returned by the `->driver()` method is used instead of the return type defined …
-
- phpstan/phpstan 1.12.6
- laravel/framework v11.23.5
- larastan/larastan v2.9.9
### Bug report
Sorry for the shit title, AGAIN.
I'm making a collection in Laravel, so Laravel might be doin…