Taner

Results 16 comments of Taner

@LarsBrinkman https://stackoverflow.com/questions/13498519/how-to-require-a-fork-with-composer

Still learning myself, not sure if it is best to include the key type _and_ value type in the type hint. With: ``` * @property-read \Illuminate\Database\Eloquent\Collection $regularHasMany ``` Without: ```...

@Legion112 > Will it support previous versions of laravel? Yes > In pull request, I don't see generation for \Illuminate\Database\Eloquent\Collection method such get, add, etc The idea is that the...

@Legion112 > This is wrong. You need to have a defined template that ide would be able to know what will be return then you call a method on the...

Haven't really been following this closely or thinking too much about it as PhpStorm still has incomplete support for this, see https://youtrack.jetbrains.com/issue/WI-64963/@property-does-not-support-@template-declaration

> Any news on this? ;) Still not supported by PhpStorm at time of writing (version 2022.2) Feel free to +1 the linked issue on Jetbrains' issue tracker or comment,...

> Is this PR waiting for a bug in PhpStorm to be fixed? yes, I've lost track of the actual issue in their bug tracker, as they've marked them as...

Apparently fixed in upcoming PhpStorm version, 2022.3 :tada:

This bugged me too, so I made a fork for now. I'd make a PR but I don't know if it's production ready enough for everyone else, all I did...

see #1005 unfortunately it seems this package is abandoned.