Skip to content

Commit fcd49fc

Browse files
committed
Convert fallthrough comment to pseudo-keyword in Phar extension
1 parent 42262e7 commit fcd49fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/phar_object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ static int phar_build(zend_object_iterator *iter, void *puser) /* {{{ */
14851485
goto phar_spl_fileinfo;
14861486
}
14871487
}
1488-
/* fall-through */
1488+
fallthrough;
14891489
default:
14901490
zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Iterator %s returned an invalid value (must return a string)", ZSTR_VAL(ce->name));
14911491
return ZEND_HASH_APPLY_STOP;

0 commit comments

Comments
 (0)