From 8e4e0d8922e393dce5d280058bb7c4482cca8f5e Mon Sep 17 00:00:00 2001 From: RazeSoldier Date: Sat, 10 Nov 2018 15:32:34 +0800 Subject: [PATCH] Update git submodules * Update extensions/LocalisationUpdate from branch 'REL1_31' to 8ac18feceb9bf298a65c4e27d29cd458e4bc061a - 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: T206976 Change-Id: I7e28a59918edbbcc741a64c6c0ed2a55bd650384 (cherry picked from commit fa93fda37e308a83e3211f53c8f828b5c3482c07) --- extensions/LocalisationUpdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/LocalisationUpdate b/extensions/LocalisationUpdate index bdf7b30dba..8ac18feceb 160000 --- a/extensions/LocalisationUpdate +++ b/extensions/LocalisationUpdate @@ -1 +1 @@ -Subproject commit bdf7b30dbada29938bd92ee6b9370a45d0ecac61 +Subproject commit 8ac18feceb9bf298a65c4e27d29cd458e4bc061a -- 2.20.1