psalm / psalm-plugin-laravel

A Psalm plugin for Laravel
MIT License
306 stars 71 forks source link

Collection template support #225

Closed Legion112 closed 2 years ago

Legion112 commented 2 years ago

Is your feature request related to a problem? Please describe. The correct plugin does not generate a template for Collection and all their method. Describe the solution you'd like I would like to have the ability to specify a template for my collection Colleciton if I have a property with a collection of users.

Describe alternatives you've considered I suspect that could be done in ide-helper. Not sure that would be appropriate for the helper.

Additional context

image
Legion112 commented 2 years ago

https://github.com/barryvdh/laravel-ide-helper/issues/942

Legion112 commented 2 years ago

https://github.com/barryvdh/laravel-ide-helper/pull/1298