You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the “method not found” errors originate from prophecy objects. I installed jangregor/phpstan-prophecy and phpstan/extension-installer, but then get the error:
- /home/travis/build/Beakerboy/drupal-project/vendor/phpstan/phpstan-deprecation-rules/rules.neon
- /home/travis/build/Beakerboy/drupal-project/vendor/mglaman/phpstan-drupal/extension.neon
It can lead to unexpected results. If you're using phpstan/extension-installer, make sure you have removed corresponding neon files from your project config file.
I have no neon file, and I do not see one in your project repository either.
It looks like many of the errors are due to limitations in the way the core doc blocks are used. The function Connection::schema() will always return a child of \Drupal\Core\Database\Schema, not this particular “abstract for all intents and purposes” class.
How is drupal-check installed?
Environment:
Describe the bug
Drupal-check flags every call to a custom method as undefined.
Console output
Paste the output of the console when running the command with
-vvv
https://travis-ci.org/github/Beakerboy/sqlsrv/builds/671039483
The text was updated successfully, but these errors were encountered: