Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Coverage | 90% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
18 | final class CompositeNormalizer implements Normalizer, NormalizerAware |
||
19 | { |
||
20 | use DBALNormalizer, WithNormalizer, ClassMethodMap; |
||
21 | |||
22 | /** |
||
23 | * @param Composite $specification |
||
24 | * @param DBALContext $context |
||
25 | */ |
||
26 | 3 | public function normalize($specification, $context): ?CompositeExpression |
|
40 | } |
||
41 | |||
42 | 6 | protected static function classMethodMap(): array |
|
50 |