Remove @param comments that literally repeat what the code says
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 28 Dec 2017 15:06:10 +0000 (16:06 +0100)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Wed, 10 Jan 2018 13:14:26 +0000 (14:14 +0100)
commitef470ebf7f7716c2c1a20960d642a1d898231f6a
tree971051becf3cba6bfd95d51cc1f90bf2e0d6f817
parentc9c12a28a666f19f7381ba13d6b5c2015b80804b
Remove @param comments that literally repeat what the code says

These comments do not add anything. I argue they are worse than having
no comments, because I have to read them first to understand they
actually don't explain anything. Removing them makes room for actual
improvements in the future (if needed).

Change-Id: Iee70aad681b3385e9af282d5581c10addbb91ac4
59 files changed:
includes/EditPage.php
includes/FeedUtils.php
includes/GlobalFunctions.php
includes/Linker.php
includes/OutputPage.php
includes/Preferences.php
includes/WebRequest.php
includes/Xml.php
includes/actions/HistoryAction.php
includes/actions/InfoAction.php
includes/api/ApiBase.php
includes/api/ApiPageSet.php
includes/auth/LegacyHookPreAuthenticationProvider.php
includes/cache/CacheDependency.php
includes/cache/GenderCache.php
includes/cache/MessageCache.php
includes/changes/ChangesListBooleanFilterGroup.php
includes/changes/ChangesListFilter.php
includes/changes/ChangesListFilterGroup.php
includes/changes/ChangesListStringOptionsFilterGroup.php
includes/changetags/ChangeTags.php
includes/content/AbstractContent.php
includes/content/JsonContent.php
includes/content/TextContent.php
includes/exception/LocalizedException.php
includes/gallery/ImageGalleryBase.php
includes/installer/PostgresInstaller.php
includes/libs/IEUrlExtension.php
includes/libs/StatusValue.php
includes/libs/mime/XmlTypeCheck.php
includes/libs/objectcache/MemcachedClient.php
includes/libs/rdbms/TransactionProfiler.php
includes/logging/LogEventsList.php
includes/logging/LogPage.php
includes/media/BitmapMetadataHandler.php
includes/media/IPTC.php
includes/media/MediaHandler.php
includes/media/WebP.php
includes/media/XCF.php
includes/parser/Parser.php
includes/parser/StripState.php
includes/resourceloader/ResourceLoaderModule.php
includes/revisiondelete/RevDelItem.php
includes/search/SearchExactMatchRescorer.php
includes/session/SessionBackend.php
includes/specialpage/ChangesListSpecialPage.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialUploadStash.php
includes/specials/pagers/UsersPager.php
includes/user/User.php
maintenance/generateSitemap.php
maintenance/importImages.php
maintenance/sql.php
tests/phpunit/includes/auth/LegacyHookPreAuthenticationProviderTest.php
tests/phpunit/includes/collation/CollationTest.php
tests/phpunit/includes/session/TestBagOStuff.php
tests/phpunit/includes/session/TestUtils.php
tests/phpunit/mocks/content/DummyContentForTesting.php
tests/phpunit/mocks/content/DummyNonTextContent.php