Total Complexity | 5 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Coverage | 78.56% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class ValidatorFactory implements ValidatorFactoryInterface |
||
10 | { |
||
11 | private ?TranslatorInterface $translator; |
||
12 | private ?string $translationDomain; |
||
13 | private ?string $translationLocale; |
||
14 | |||
15 | 1 | public function __construct( |
|
23 | 1 | } |
|
24 | |||
25 | 1 | public function create(): ValidatorInterface |
|
44 |
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.