Total Complexity | 5 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 70% |
Changes | 0 |
1 | <?php |
||
26 | class ArrayUtility extends Typo3ArrayUtility |
||
27 | { |
||
28 | /** |
||
29 | * Recursively removes empty array elements. |
||
30 | * |
||
31 | * @see \TYPO3\CMS\Extbase\Utility\ArrayUtility::removeEmptyElementsRecursively Removed in TYPO3 v9 |
||
32 | */ |
||
33 | 2 | public static function removeEmptyElementsRecursively(array $array): array |
|
49 |