1 | <?php |
||
18 | class DocTitleReducer implements ReducerInterface |
||
19 | { |
||
20 | /** |
||
21 | * @param RuleInterface $rule |
||
22 | * @return bool |
||
23 | */ |
||
24 | public function match(RuleInterface $rule): bool |
||
28 | |||
29 | /** |
||
30 | * @param RuleInterface $rule |
||
31 | * @return int |
||
32 | */ |
||
33 | public function reduce(RuleInterface $rule): int |
||
51 | } |
||
52 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.