Remove spaces after cast operators
authorSam Wilson <sam@samwilson.id.au>
Mon, 31 Oct 2016 04:38:12 +0000 (12:38 +0800)
committerUmherirrender <umherirrender_de.wp@web.de>
Mon, 31 Oct 2016 13:57:39 +0000 (13:57 +0000)
commit66e215baee366f08fb106823020b74e529cff877
tree27cb115fb8679925e442baaa18f842e9eb13244a
parentb68f99ccc61412827377b56d6dcc556e4b2a3ca4
Remove spaces after cast operators

This fixes the outstanding mis-spaced cast operators to bring them
into line with the coding standards on mediawiki.org (and with the
more common usage within this codebase).

Bug: T149545
Change-Id: Ib7bcf95bbee83d20c05f6d621ce7b4e1fb58a347
includes/api/ApiMain.php
includes/api/ApiQueryMyStashedFiles.php
includes/debug/logger/monolog/AvroFormatter.php
includes/json/FormatJson.php
includes/specialpage/LoginSignupSpecialPage.php
includes/utils/UIDGenerator.php
maintenance/validateRegistrationFile.php
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/json/FormatJsonTest.php
tests/phpunit/includes/utils/BatchRowUpdateTest.php
tests/phpunit/structure/ExtensionJsonValidationTest.php