Skip to content

Commit 8f54caf

Browse files
committed
ext/zip: Remove unreachable break after RETURN_STRING
1 parent c658d3c commit 8f54caf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/zip/php_zip.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,12 +1372,10 @@ static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{
13721372
RETURN_STRING("imploded");
13731373
case 7:
13741374
RETURN_STRING("tokenized");
1375-
break;
13761375
case 8:
13771376
RETURN_STRING("deflated");
13781377
case 9:
13791378
RETURN_STRING("deflatedX");
1380-
break;
13811379
case 10:
13821380
RETURN_STRING("implodedX");
13831381
default:

0 commit comments

Comments
 (0)