| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 11 | final class CallableNormalizer implements Normalizer |
||
| 12 | { |
||
| 13 | use ORMNormalizer; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param callable $specification |
||
| 17 | * @param ORMContext $context |
||
| 18 | */ |
||
| 19 | 2 | public function normalize($specification, $context) |
|
| 22 | } |
||
| 23 | |||
| 24 | 14 | protected function supportsSpecification($specification): bool |
|
| 29 |