Can Vural
Can Vural
Fixed with 55b228f3401048adab2f61a90aaedd09cffe7923
@rovansteen @jnoordsij Can you try the latest `master` branch and see if it fixes your issues?
Fixed with https://github.com/nunomaduro/larastan/commit/4e53a5f6d5a6dd77117f4c49bbbf21534baa5ba4
Which version are you using? This was fixed in the recent versions.
> If I run phpstan from the laravel folder, it works Please do that. I don't know how we can solve this otherwise.
Hi, You are correct `model-property` type is special to Larastan. So we might need to prefix it. But I am not sure if overwriting `@param` tags is really supported by...
Closing this as it is out of scope currently. Psalm plugin can write it's own stubs for generics.
This is relatively easy to implement. We would need a new [type specifying extension](https://phpstan.org/developing-extensions/type-specifying-extensions). Like in the example we can use `TypeCombinator::removeNull` to remove the `null` But maybe we need...
Hi, Thank you for this! While it makes sense to have the declaring class also in the generic types, I do not really see a use case for that. Even...
I'm currently really busy with work, and cannot review it now. I'll do it as soon as I can find some time.