Skip to content

Commit

Permalink
Fixed wrong usage of continue in switch-case.
Browse files Browse the repository at this point in the history
  • Loading branch information
thirsch committed Mar 17, 2020
1 parent 5e01268 commit 573b079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Query/Tokenizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function tokenizeQuery($query)
break;

case 'by':
continue;
break;

default:
if ( ! isset($p)) {
Expand Down

0 comments on commit 573b079

Please sign in to comment.