diff --git a/monorepo/DevTools/src/RefactorConfigCommand.php b/monorepo/DevTools/src/RefactorConfigCommand.php index 7042f79d669..8b23bfad16f 100644 --- a/monorepo/DevTools/src/RefactorConfigCommand.php +++ b/monorepo/DevTools/src/RefactorConfigCommand.php @@ -23,8 +23,6 @@ use function is_array; use function is_string; use function file_exists; -use function array_udiff; -use function array_filter; use function str_starts_with; use function file_put_contents; @@ -171,6 +169,7 @@ protected function arrayFilterRecurse(array $input): array unset($input[$key]); } } + return $input; } }