Details
Description
continue statements that are within a switch will raise a warning in php 7.3 because it acts as a break.
Generating statistics for the revenue year graph uses a continue statement in a switch. It functions correctly as a break in this context, but it really should be continue 2 instead. It will generate a warning in php 7.3 otherwise.
Issue Links
- relates to
-
CORE-3103 PHPIDS: Update HTMLPurifier library
- Closed