docs: Avoid some scalar juggling
authorDaimona Eaytoy <daimona.wiki@gmail.com>
Sun, 15 Sep 2019 14:40:42 +0000 (16:40 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 19 Sep 2019 17:21:24 +0000 (17:21 +0000)
commite5444ea55a8000f0040044626e1efc0e99e4b6ac
tree3bb6a3e76efb66aace0b62c19d58f53900d8e5dd
parentb138a9b228ea75814dfad26f4b6fed9360732167
docs: Avoid some scalar juggling

Phan can treat scalar types as non-interchangeable with
`scalar_implicit_cast` set to false. This patch fixes some of those
issues (which are in total >1000), namely the ones with alphabetic order
< includes/actions.

Change-Id: Ib1c6573ab899088bc319b9da9ceaffc850da3dbe
14 files changed:
includes/AjaxResponse.php
includes/Autopromote.php
includes/EditPage.php
includes/GlobalFunctions.php
includes/Linker.php
includes/OutputPage.php
includes/PHPVersionCheck.php
includes/Permissions/PermissionManager.php
includes/Revision/RevisionRecord.php
includes/Revision/RevisionStoreRecord.php
includes/Revision/SlotRoleHandler.php
includes/Setup.php
includes/Storage/PageEditStash.php
includes/Xml.php