1 | <?php |
||
17 | class VariableReducer implements ReducerInterface |
||
18 | { |
||
19 | /** |
||
20 | * @param RuleInterface $rule |
||
21 | * @return bool |
||
22 | */ |
||
23 | public function match(RuleInterface $rule): bool |
||
27 | |||
28 | /** |
||
29 | * @param RuleInterface $rule |
||
30 | * @return string |
||
31 | */ |
||
32 | public function reduce(RuleInterface $rule): string |
||
36 | } |
||
37 |
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.