sebastianbergmann / phploc

A tool for quickly measuring the size of a PHP project.
BSD 3-Clause "New" or "Revised" License
2.34k stars 167 forks source link

PHP 7.3 compatibility: replace continue targeting a switch with a break. #182

Closed echernyavskiy closed 5 years ago

echernyavskiy commented 6 years ago

This is to suppress the following PHP 7.3 warning:

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

hopeseekr commented 5 years ago

@sebastianbergmann This really needs to be merged. My CI builds are freaking out because of the warning....