-
-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract switch, fix PHP 7.3 warnings
PHP 7.3 warns if a continue statement is used inside a switch, where it functions as a break statement. This patch extracts the switch from the loop, and also fixes the fall-through error from civicrm_campaign to default, moving the civicrm_website case out of the way.
- Loading branch information
Showing
1 changed file
with
128 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters