Skip to content
Snippets Groups Projects
Commit 1f2551f2 authored by Peter Rotich's avatar Peter Rotich
Browse files

Oppsy: Continue inside a switch

parent 40c887e7
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class SourceAnalyzer extends Test {
list(,$token) = each($this->tokens);
switch ($token[0]) {
case T_WHITESPACE:
continue;
continue 2;
case T_STRING:
$function['name'] = $token[1];
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment