You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
switch ($m[self::META_IDX_FORMAT][0]) {
case1: {
thrownewOutOfRangeException();
break;
}
default: {
// throw new LogicException("Format of '{$f}' is unknown: {$m[self::META_IDX_FORMAT]}");thrownewOutOfRangeException();
break;
}
}
If I issue a findEndOfStatement using the index of the first case statement I get the closing brace of the default branch which seems not to make any sense
Please can someone provide an explanation
The text was updated successfully, but these errors were encountered:
Hi
Given this code
If I issue a findEndOfStatement using the index of the first case statement I get the closing brace of the default branch which seems not to make any sense
Please can someone provide an explanation
The text was updated successfully, but these errors were encountered: