theseer / Autoload

A lightweight php namespace aware autoload generator and phar archive builder
Other
388 stars 47 forks source link

Fix PHP 7.3 warnings #81

Closed remicollet closed 6 years ago

remicollet commented 6 years ago

From Fedora QA, see https://apps.fedoraproject.org/koschei/package/php-theseer-autoload?collection=f30

=> PHP Warning: Uncaught "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?

theseer commented 6 years ago

Thanks a lot!