Fix order of @var parameter in PHP
authorFomafix <fomafix@googlemail.com>
Sat, 2 Feb 2019 13:39:58 +0000 (14:39 +0100)
committerFomafix <fomafix@googlemail.com>
Mon, 8 Apr 2019 16:37:56 +0000 (18:37 +0200)
commit14d9e80ba42c471f1c9e92c5cb6808b4723b5945
treefdff1d754c0232c5e98d09fbc86c32d23ab4d09b
parentf9de826875126e34e4f58e17e722631876741586
Fix order of @var parameter in PHP

Replace

 @var $foo type

by

 @var type $foo

Change-Id: Iec8b90ffea4028a1005daef422b7c4ec38c2715f
19 files changed:
img_auth.php
includes/diff/DifferenceEngine.php
includes/diff/TextSlotDiffRenderer.php
includes/installer/DatabaseUpdater.php
includes/installer/MssqlInstaller.php
includes/installer/MysqlInstaller.php
includes/installer/PostgresInstaller.php
includes/page/ImagePage.php
includes/preferences/DefaultPreferencesFactory.php
includes/widget/search/InterwikiSearchResultSetWidget.php
maintenance/Maintenance.php
maintenance/cleanupSpam.php
maintenance/generateSitemap.php
maintenance/storage/checkStorage.php
tests/phpunit/includes/content/ContentHandlerTest.php
tests/phpunit/includes/content/TextContentHandlerTest.php
tests/phpunit/includes/diff/DifferenceEngineTest.php
tests/phpunit/includes/page/WikiPageDbTestBase.php
tests/phpunit/includes/search/SearchEngineTest.php