Fix spacing for @param and indent of function comments
authorUmherirrender <umherirrender_de.wp@web.de>
Fri, 11 Aug 2017 21:45:25 +0000 (23:45 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Tue, 15 Aug 2017 14:33:29 +0000 (14:33 +0000)
commit9b8b314992ea7d11ee77e6f3cfe180f647e3cb0f
tree57201c9a84969ef560bac763ba20fecf3ef26379
parenta70c4a4c466db5663b845889cacdef00d7200760
Fix spacing for @param and indent of function comments

In phpcs.xml rename renamed sniffs and add the failing sniffs,
because now the whole sniff is no longer excluded.

Change-Id: If5b0bd16028761abc2c47ace9e97d37ad14bb36f
22 files changed:
includes/content/ContentHandler.php
includes/content/TextContentHandler.php
includes/debug/logger/LegacyLogger.php
includes/exception/MWExceptionHandler.php
includes/filerepo/file/File.php
includes/filerepo/file/UnregisteredLocalFile.php
includes/libs/objectcache/RESTBagOStuff.php
includes/libs/stats/NullStatsdDataFactory.php
includes/media/MediaHandler.php
includes/page/WikiPage.php
includes/resourceloader/ResourceLoaderJqueryMsgModule.php
includes/search/NullIndexField.php
includes/search/SearchEngine.php
includes/search/SearchIndexField.php
includes/search/SearchIndexFieldDefinition.php
includes/search/SearchResult.php
includes/skins/QuickTemplate.php
includes/specials/SpecialMediaStatistics.php
includes/utils/BatchRowUpdate.php
includes/utils/BatchRowWriter.php
phpcs.xml
tests/phpunit/MediaWikiTestCase.php