feediron / ttrss_plugin-feediron

Evolution of ttrss_plugin-af_feedmod
https://discourse.tt-rss.org/t/plugin-update-feediron-v1-2-0/2018
MIT License
206 stars 34 forks source link

replace continue in switch statement with break #116

Closed kuehnelth closed 5 years ago

kuehnelth commented 5 years ago

php throws the following warning:

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

continue doesn't make sense anyway as there is no loop to continue.

Please answer the following questions for yourself before submitting a pull request. YOU MAY DELETE UNUSED SECTIONS.

Bugfix/Enhancement

dugite-code commented 5 years ago

Thanks for your contribution