Alies Lapatsin
Alies Lapatsin
this is probably the most waiting feature :) 
It perfectly works on 0.16 :)
@DeeRock94 I just tested with plugin v2.5 and it properly reports about an issue: ``` InvalidReturnType The declared return type 'Tests\\Psalm\\LaravelPlugin\\Models\\User' for test is incorrect, got 'Illuminate\\Http\\JsonResponse' ``` Closing
@tm1000 @maximal @borgogelli @luisgrases Good news everyone: in release [v2.5.0](https://github.com/psalm/psalm-plugin-laravel/releases/tag/v2.5.0) we located and fixed one important memory consumption issue. Additionally, we have replaced some custom code by correct subs. There...
@maximal Great! Please feel free to file more issues here, especially if you think it may affect other people.
hey @mshamaseen this should be fixed in v2.50, can you pls confirm?
this is finally released on 1.x branch :) 🎸 😀 thank you, @Legion112 !
Hey @Legion112 Which Laravel version do you use? In modern Laravel 9 collections already have right syntax: ```php /** * Reduce the collection to a single value. * * @template...
@Legion112 Oh, this is ancient Laravel version. We don't support it anymore, but you are free to create a PR for it. Everything you need: - branch off from latest...
closing as outdated (I highly recommend to use a new version 2.5 of the plugin BTW)