Use "break" instead of "continue" inside a switch
authorRazeSoldier <razesoldier@outlook.com>
Mon, 15 Oct 2018 15:58:26 +0000 (23:58 +0800)
committerRazeSoldier <razesoldier@outlook.com>
Mon, 15 Oct 2018 15:58:26 +0000 (23:58 +0800)
commitf3b012b51f492155cd7acf4d7f641cd43147bfc0
tree09bda0c8ffda7ce6ccb357f9a7904a42ddca703e
parent0756849eb8450909d14dcb619307bdf07f0c7fcd
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
maintenance/storage/checkStorage.php