barryvdh / laravel-ide-helper

IDE Helper for Laravel
MIT License
14.17k stars 1.16k forks source link

Error with @mixins when using PHPStan > version 1.7.0 #1353

Closed jnbn closed 7 months ago

jnbn commented 2 years ago

I also started getting an error from phpstan as mentioned on https://github.com/nunomaduro/larastan/issues/1246

I it looks like generated facade classes on \root FQN may need to be changed.

Not sure about the exact reason but creating this report for discussion and informing about the issue

jnbn commented 2 years ago

@canvural mentioned necessary steps to be taken https://github.com/nunomaduro/larastan/issues/555#issuecomment-624297770

mfn commented 7 months ago

I don't see there's a bug in ide-helper? Per the comment, it's possible to work this around?

So we can close this?

jnbn commented 7 months ago

I think this has been fixed since then.

Thanks @mfn