| Total Complexity | 5 | 
| Total Lines | 24 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 9 | class ArrayUtility  | 
            ||
| 10 | { | 
            ||
| 11 | |||
| 12 | /**  | 
            ||
| 13 | * Recursively removes empty array elements.  | 
            ||
| 14 | *  | 
            ||
| 15 | * @param array $array  | 
            ||
| 16 | * @return array the modified array  | 
            ||
| 17 | * @see \TYPO3\CMS\Extbase\Utility\ArrayUtility::removeEmptyElementsRecursively Removed in TYPO3 v9  | 
            ||
| 18 | */  | 
            ||
| 19 | public static function removeEmptyElementsRecursively(array $array): array  | 
            ||
| 35 |