Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 12, 2024
1 parent 3ff7c90 commit db75e2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions monorepo/DevTools/src/RefactorConfigCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -171,6 +169,7 @@ protected function arrayFilterRecurse(array $input): array
unset($input[$key]);
}
}

return $input;
}
}

0 comments on commit db75e2d

Please sign in to comment.