-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleHandler->loadInclude() call is not being processed #6120
Comments
The pull request is incoming. We'll be left with these issues to resolve after removing the exclusions of the 2 commands.
|
Could you please grant me push access to this PR? I have a couple updates. |
Also, the phpstan test failures suggest that includes are still not processing https://app.circleci.com/pipelines/github/drush-ops/drush/7241/workflows/2074396b-9939-4d95-9c47-57818a1411cb/jobs/43203/tests |
Edits by maintainers should be already allowed. I added you both to the project anyway. @mglaman and I realized that the phpstan run will be cached even if the phpstan.neon is changed because it only watches the scanned files for cache invalidation. If you pull this down and add the Let me know what else you need here. Thanks, |
Thanks. I moved my fixes to a new PR at #6122. Lets discuss there. |
As originally opened in mglaman/phpstan-drupal#741, phpstan is not loading the includes when testing.
We need to update the phpstan config to load the necessary rules from phpstan-drupal.
The text was updated successfully, but these errors were encountered: