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