Remove self-explaining "section heading" comments from classes
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 28 Dec 2017 15:12:08 +0000 (16:12 +0100)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 28 Dec 2017 15:12:08 +0000 (16:12 +0100)
commit544122a6c2dc7e7e383af8ebabc2f2dd3977069a
tree11a20c63afc9c8a5035ba2e16caa22c290ae4221
parentc9c12a28a666f19f7381ba13d6b5c2015b80804b
Remove self-explaining "section heading" comments from classes

I can see that "parent::__construct" literally calls the parent
constructor. I can see that stuff preceeded by the keyword "protected"
is protected. I really (really) don't need comments explaining such.

Change-Id: I7458e714976a6acd3ba6a7c93fdc27d03903df83
21 files changed:
includes/Linker.php
includes/actions/WatchAction.php
includes/context/RequestContext.php
includes/htmlform/HTMLFormElement.php
includes/libs/CSSMin.php
includes/libs/JavaScriptMinifier.php
includes/resourceloader/ResourceLoader.php
includes/resourceloader/ResourceLoaderFileModule.php
includes/resourceloader/ResourceLoaderFilePath.php
includes/resourceloader/ResourceLoaderModule.php
includes/resourceloader/ResourceLoaderUserTokensModule.php
includes/specials/pagers/ProtectedPagesPager.php
includes/widget/ComplexNamespaceInputWidget.php
includes/widget/ComplexTitleInputWidget.php
includes/widget/DateInputWidget.php
includes/widget/DateTimeInputWidget.php
includes/widget/NamespaceInputWidget.php
includes/widget/SearchInputWidget.php
includes/widget/SelectWithInputWidget.php
includes/widget/TitleInputWidget.php
includes/widget/UserInputWidget.php