phpstan / extension-installer

Composer plugin for automatic installation of PHPStan extensions.
MIT License
391 stars 27 forks source link

Extension installer is also execute when not using phpstan #77

Closed dvdknaap closed 11 months ago

dvdknaap commented 11 months ago

i've installed this plugin and somehow it's also running when i run my website outside phpstan.

when i install this package, i get an error that it cand find the PhpDocParser and that it needs to added to the use statement but it's already there. vendor/symfony/property-info/Extractor/PhpStanExtractor.php on line 67

when i remove this package my website works again.

i've also added the includes again in the phpstan.neon file and phpstan is still working with the phpstan extensions

ondrejmirtes commented 11 months ago

Please create a small reproducing repository that shows the problem.

github-actions[bot] commented 10 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.