Update git submodules
authorRazeSoldier <razesoldier@outlook.com>
Mon, 15 Oct 2018 10:35:36 +0000 (18:35 +0800)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 15 Oct 2018 17:39:10 +0000 (17:39 +0000)
commit935402afaed5eaada073e908d22df5530c5769a0
tree16e64ede02b8d1755c764b78575070d42b9fd1bc
parent942728ab20e01bba200031b01eb606ee59279bd2
Update git submodules

* Update extensions/ParserFunctions from branch 'REL1_31'
  to f2c63e5062c136d756d5d4378a722385e4b0149c
  - 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.

    Also change the indentation.

    Bug: T206977
    Change-Id: I8ad0ef6508e73bcca7dabfe2e88d661dd409bdfb
    (cherry picked from commit d258457e018bfa157bf4b782efed8c160ec40545)
extensions/ParserFunctions