Skip to content

Commit 9ee6459

Browse files
committed
minor #1358 Removing unnecesary continue keyword at the end of a loop 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
2 parents a2bb35b + 423c383 commit 9ee6459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Maker/MakeEntity.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ private function askRelationDetails(ConsoleStyle $io, string $generatedEntityCla
536536
$targetEntityClass = $answeredEntityClass;
537537
} else {
538538
$io->error(sprintf('Unknown class "%s"', $answeredEntityClass));
539-
continue;
540539
}
541540
}
542541

0 commit comments

Comments
 (0)