PHP 7.3 throws an exception when a continue is used inside a switch.
As the code intent is to skip the rest of the current outer loop iteration
(the loop containing the switch), there is a need to specify the level.
Differential D19749
Address continue statement scope epriestley on Oct 21 2018, 9:08 PM. Authored by Tags None Referenced Files
Subscribers
Details
PHP 7.3 throws an exception when a continue is used inside a switch. As the code intent is to skip the rest of the current outer loop iteration arc lint
Diff Detail
|