| Total Complexity | 4 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class RemoveEmptyInArrayTransformer extends AbstractTransformer |
||
| 8 | { |
||
| 9 | 1 | public function transform($value, string $name = '', array $options = []) |
|
| 12 | } |
||
| 13 | |||
| 14 | 1 | public function validate($value, string $name = '', array $options = []): bool |
|
| 17 | } |
||
| 18 | |||
| 19 | private function removeEmptyInArray($value) |
||
| 26 |