MantisBT: master 3250e83b

Author Committer Branch Timestamp Parent
atrol atrol master 2018-12-07 04:17 master 589fe6f4
Affected Issues  0025033: Warning with PHP 7.3: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
Changeset

Fix PHP 7.3 warning

Starting from PHP 7.3, continue statements targeting switch control flow
structures generate a warning [1].

In our case, we don't want just to break the switch, but continue with
the next row of the database fetch.

Fixes 0025033

[1] http://php.net/manual/en/migration73.incompatible.php

mod - core/install_helper_functions_api.php Diff File