Total Complexity | 6 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 60% |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
9 | final class Reference implements MappingStrategy |
||
10 | { |
||
11 | 2 | public static function hydrate(&$value, array $attributes = [], EntityManager $manager = null): void |
|
18 | } |
||
19 | } |
||
20 | 2 | } |
|
21 | |||
22 | public static function extract(&$value, array $attributes = [], EntityManager $manager = null): void |
||
31 |
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.