silverstripe-framework/parsers/HTML
Aaron Cooper e372e52e93
FIX Mitigate continue; warning when run on PHP 7.3+ (fixes #9826)
PHP 7.3+ issues a warning when continue; is used inside a switch statement, as it has the same behaviour as break; HTMLBBCodeParser.php had such a continue; statement that is intended to skip to the the next record of the foreach that the switch sits inside. continue 2; needs to be used here.
2021-01-19 15:05:28 +13:00
..
BBCodeParser Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
HTMLBBCodeParser.php FIX Mitigate continue; warning when run on PHP 7.3+ (fixes #9826) 2021-01-19 15:05:28 +13:00