imanghafoori1 / laravel-microscope

Fearless refactoring, it does a lot of smart checks to find certain errors.
MIT License
1.48k stars 96 forks source link

Class does not exist & Wrong import #153

Closed khodemobin closed 3 years ago

khodemobin commented 3 years ago

Wrong import error for phpstorm types like JetBrains\PhpStorm\Pure , JetBrains\PhpStorm\ArrayShape. Class does not exist for mixed type.

imanghafoori1 commented 3 years ago

Take a look at: https://github.com/imanghafoori1/laravel-microscope/issues/139

khodemobin commented 3 years ago

and what about type mixed?

imanghafoori1 commented 3 years ago

I will fix that, thanks for the report.