Use "break" instead of "continue" inside a switch
authorRazeSoldier <razesoldier@outlook.com>
Mon, 15 Oct 2018 15:58:26 +0000 (23:58 +0800)
committerLegoktm <legoktm@member.fsf.org>
Mon, 15 Oct 2018 17:51:05 +0000 (17:51 +0000)
commit8635864ed0dd388864cbe7d7e7f7f679256a8f4d
tree96fd11194a580b3e3399db78f5215214c2e41703
parent935402afaed5eaada073e908d22df5530c5769a0
Use "break" instead of "continue" inside a switch

"continue" statements in a switch are equivalent to "break". In PHP 7.3, will generate a warning.

Bug: T206974
Change-Id: I54bcec013ff52ab81bff09f8f7ef02f3944a5b7d
(cherry picked from commit f3b012b51f492155cd7acf4d7f641cd43147bfc0)
maintenance/storage/checkStorage.php