| Total Complexity | 3 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 33.33% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | #[AutoconfigureTag(MapperInterface::class)] |
||
| 10 | class EmptyMapper implements MapperInterface |
||
| 11 | { |
||
| 12 | public function __invoke(string $typeName, mixed $value = null, array $parameters = []): mixed |
||
| 15 | } |
||
| 16 | |||
| 17 | public function canMap(string $typeName, mixed $value = null): bool |
||
| 20 | } |
||
| 21 | |||
| 22 | 1 | public static function getPriority(): int |
|
| 27 |