Skip to content

Commit 89ae0f7

Browse files
committed
Convert fallthrough comment to pseudo-keyword in Session extension
1 parent 69ab17c commit 89ae0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/session/session.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1525,7 +1525,7 @@ PHPAPI int php_session_start(void) /* {{{ */
15251525
}
15261526
}
15271527
PS(session_status) = php_session_none;
1528-
/* Fall through */
1528+
fallthrough;
15291529

15301530
case php_session_none:
15311531
default:

0 commit comments

Comments
 (0)