Skip to content

Commit

Permalink
Merge pull request #617 from Automattic/rebecca/fix_php7.3_switch
Browse files Browse the repository at this point in the history
Fix PHP 7.3 Warning of continue statements targeting switch control flow structures
  • Loading branch information
rebeccahum committed Jan 23, 2019
1 parent fb17257 commit 6d5ba54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions liveblog.php
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,6 @@ public static function flatten_entries( $entries ) {
case 'delete':
unset( $flatten[ $id ] );
break;
default:
continue;
}
}

Expand Down

0 comments on commit 6d5ba54

Please sign in to comment.