Skip to content

Commit 423c383

Browse files
authored
Removing unnecesary continue keyword at the end of a loop while
1 parent 67e0e9f commit 423c383

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
@@ -549,7 +549,6 @@ private function askRelationDetails(ConsoleStyle $io, string $generatedEntityCla
549549
$targetEntityClass = $answeredEntityClass;
550550
} else {
551551
$io->error(sprintf('Unknown class "%s"', $answeredEntityClass));
552-
continue;
553552
}
554553
}
555554

0 commit comments

Comments
 (0)