Skip to content

Commit

Permalink
minor #1358 Removing unnecesary continue keyword at the end of a loop…
Browse files Browse the repository at this point in the history
… while (necobm)

This PR was merged into the 1.x-dev branch.

Discussion
----------

Removing unnecesary continue keyword at the end of a loop while

Commits
-------

423c383 Removing unnecesary continue keyword at the end of a loop while
  • Loading branch information
weaverryan committed Sep 12, 2023
2 parents a2bb35b + 423c383 commit 9ee6459
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Maker/MakeEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ private function askRelationDetails(ConsoleStyle $io, string $generatedEntityCla
$targetEntityClass = $answeredEntityClass;
} else {
$io->error(sprintf('Unknown class "%s"', $answeredEntityClass));
continue;
}
}

Expand Down

0 comments on commit 9ee6459

Please sign in to comment.