Skip to content

Commit

Permalink
Remove unused code and unnecessary else branches
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Aug 2, 2024
1 parent 333f0ca commit e8e7f0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Command/UserPasswordHashCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ public function complete(CompletionInput $input, CompletionSuggestions $suggesti
{
if ($input->mustSuggestArgumentValuesFor('user-class')) {
$suggestions->suggestValues($this->userClasses);

return;
}
}

Expand Down

0 comments on commit e8e7f0f

Please sign in to comment.