Details
Description
continue statements that are within a switch will raise a warning in php 7.3 because it acts as a break.
The HTMLPurifier library uses two continue statements in a switch. They function correctly as a break in this context, but they really should be continue 2 instead. It will generate a warning in php 7.3 otherwise.
Affects 2 locations in:
- /lib/IDS/vendors/htmlpurifier/HTMLPurifier/ChildDef/Table.php
Update the library if possible.
Issue Links
- relates to
-
CORE-3102 Billing Overview: Update for php 7.3 compatibility
- Closed