Total Complexity | 5 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | final class MetadataResolver implements MetadataResolverInterface, LoggerAwareInterface |
||
14 | { |
||
15 | use LoggerAwareTrait; |
||
16 | |||
17 | /** |
||
18 | * @var MetadataProviderInterface[] |
||
19 | */ |
||
20 | private $providers; |
||
21 | |||
22 | public function __construct(array $providers) |
||
26 | } |
||
27 | |||
28 | public function getMetadata(RegistrationResultInterface $registrationResult): ?MetadataInterface |
||
45 |
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.