Closed
Description
phpstan/extension-installer starts to automatically include .neon files that are defined in our phpstan.neon.
You'll see that the scanner does not start and it says:
These files are included multiple times:
- /app/vendor/mglaman/phpstan-drupal/extension.neon
- /app/vendor/phpstan/phpstan-deprecation-rules/rules.neon
So in D10 the solution is to remove these lines:
This is where you see them being registered by phpstan/extension-installer
I'm just wondering if maybe we should make this permanent fix for also D9
- require phpstan/extension-installer in our composer.json
- remove the 2 lines
Metadata
Metadata
Assignees
Labels
No labels