Use correct variable name in @param documentation
authorUmherirrender <umherirrender_de.wp@web.de>
Fri, 11 Aug 2017 16:09:41 +0000 (18:09 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 11 Aug 2017 17:27:19 +0000 (19:27 +0200)
commitace44e2064851dda9d9e7327494bd7b7b3379825
treee7e0550fbf1eb26ed1ed58ecf2897479a016a4c2
parenta9007e8baf802f0f57d095e3bb4ad201c98c0cb3
Use correct variable name in @param documentation

For some varargs a variable name is added with suffix ,... as seen for
many other varargs

Some @param are swapped, because there are in the wrong order

Enable Sniff MediaWiki.Commenting.FunctionComment.ParamNameNoMatch

Change-Id: I60fec6025bce824d5c67563ab7b65ad6cd628ad8
39 files changed:
includes/FauxRequest.php
includes/GlobalFunctions.php
includes/Message.php
includes/OutputPage.php
includes/api/ApiAuthManagerHelper.php
includes/api/ApiBase.php
includes/api/ApiMain.php
includes/api/SearchApi.php
includes/collation/CustomUppercaseCollation.php
includes/context/ContextSource.php
includes/context/RequestContext.php
includes/htmlform/HTMLForm.php
includes/libs/MemoizedCallable.php
includes/libs/MultiHttpClient.php
includes/libs/filebackend/FileBackend.php
includes/libs/objectcache/BagOStuff.php
includes/libs/objectcache/MultiWriteBagOStuff.php
includes/libs/objectcache/WANObjectCache.php
includes/libs/rdbms/database/Database.php
includes/libs/rdbms/lbfactory/ILBFactory.php
includes/logging/LogEventsList.php
includes/mail/UserMailer.php
includes/media/WebP.php
includes/parser/ParserOptions.php
includes/resourceloader/ResourceLoader.php
includes/resourceloader/ResourceLoaderContext.php
includes/revisiondelete/RevDelList.php
includes/search/SearchExactMatchRescorer.php
includes/search/SearchSuggestion.php
includes/session/PHPSessionHandler.php
includes/session/SessionProvider.php
includes/skins/BaseTemplate.php
includes/specials/SpecialFilepath.php
includes/specials/SpecialMediaStatistics.php
includes/user/User.php
includes/utils/AutoloadGenerator.php
phpcs.xml
tests/parser/ParserTestRunner.php
tests/phpunit/includes/auth/LegacyHookPreAuthenticationProviderTest.php