? Pending

User tests: Successful: Unsuccessful:

avatar HLeithner
HLeithner
9 Dec 2018

PHP 7.3 warns using continue instead of break in switch statement.

Summary of Changes

Change continue to break

Testing Instructions

Use the debug plugin with different options in different PHP versions

Expected result

No warning

Actual result

"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"

Documentation Changes Required

no

avatar HLeithner HLeithner - open - 9 Dec 2018
avatar HLeithner HLeithner - change - 9 Dec 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 9 Dec 2018
Category Front End Plugins
avatar wilsonge wilsonge - change - 9 Dec 2018
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-12-09 22:03:18
Closed_By wilsonge
Labels Added: ?
avatar wilsonge wilsonge - close - 9 Dec 2018
avatar wilsonge wilsonge - merge - 9 Dec 2018
avatar wilsonge
wilsonge - comment - 9 Dec 2018

Thanks!

Add a Comment

Login with GitHub to post a comment