Total Complexity | 7 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Coverage | 94.44% |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class StateResetter implements StateResetterInterface |
||
15 | { |
||
16 | private array $resetters; |
||
17 | private ?ContainerInterface $container; |
||
18 | |||
19 | 5 | public function __construct(array $resetters = [], ContainerInterface $container = null) |
|
23 | 5 | } |
|
24 | |||
25 | 5 | public function reset(): void |
|
37 | } |
||
38 | 5 | } |
|
39 | |||
40 | 3 | public function setResetters(array $resetters): void |
|
48 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.