Always put type information before variable name for @var tags
authorKunal Mehta <legoktm@member.fsf.org>
Mon, 4 Sep 2017 18:05:26 +0000 (11:05 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Mon, 4 Sep 2017 18:06:51 +0000 (11:06 -0700)
commit0cb2a09b6d0c7318e49d5ef7c5989e9005a625ff
tree42ef972423d0f5dd36ddb978eaf006a1a5a97971
parent3874341f367317cbc9e5e705c687a8b6dc757737
Always put type information before variable name for @var tags

Like other tags, @var should have the type information before the
variable name.

<https://docs.phpdoc.org/references/phpdoc/tags/var.html>

Change-Id: I9eca6957b1990fa8cc687103dc02ee38af5f9086
34 files changed:
includes/actions/CreditsAction.php
includes/actions/InfoAction.php
includes/api/ApiEditPage.php
includes/api/ApiQuery.php
includes/api/ApiQueryBacklinks.php
includes/api/ApiQueryCategoryInfo.php
includes/api/ApiQueryDuplicateFiles.php
includes/api/ApiQueryImageInfo.php
includes/api/ApiQueryInfo.php
includes/api/ApiQueryQueryPage.php
includes/api/ApiQueryRevisions.php
includes/api/ApiSetNotificationTimestamp.php
includes/api/ApiUpload.php
includes/changes/EnhancedChangesList.php
includes/deferred/DeferredUpdates.php
includes/filerepo/file/File.php
includes/filerepo/file/LocalFile.php
includes/installer/MssqlInstaller.php
includes/installer/MysqlInstaller.php
includes/installer/PostgresInstaller.php
includes/libs/filebackend/SwiftFileBackend.php
includes/libs/rdbms/ChronologyProtector.php
includes/libs/rdbms/database/DatabaseMysqli.php
includes/libs/rdbms/database/resultwrapper/FakeResultWrapper.php
includes/libs/rdbms/loadbalancer/LoadBalancer.php
includes/libs/stats/SamplingStatsdClient.php
includes/media/TransformationalImageHandler.php
includes/page/WikiPage.php
includes/rcfeed/FormattedRCFeed.php
includes/revisiondelete/RevDelArchivedFileItem.php
includes/revisiondelete/RevDelList.php
includes/specialpage/AuthManagerSpecialPage.php
includes/specials/pagers/BlockListPager.php
includes/specials/pagers/ProtectedPagesPager.php