fgm / mongodb

Drupal MongoDB module suite. General maintenance is on drupal.org

Home Page:https://drupal.org/project/mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

False positive on missing method

fgm opened this issue · comments

In this case, the analyzer claims a method is missing although it is not.

This happens because the method is present in the parent class of the class being analyzed, which is outside the repository. Since the analyzer does not know this class, it should not claim the method is missing, but maybe provide a way to declare it in some way in configuration.

see https://scrutinizer-ci.com/g/FGM/mongodb/inspections/4d5e19b7-92a0-4e01-9f44-35dcb0b66db7/issues/files/mongodb_path/src/Tests/PathLookupTest.php?status=new&orderField=path&order=asc#inspectioncomment-1143338652

Scrutinizer issue, not related to the module.