Add missing empty lines between methods
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Tue, 15 Jan 2019 15:04:58 +0000 (16:04 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Tue, 15 Jan 2019 19:14:35 +0000 (19:14 +0000)
commitc3dfa889664c522bf4d9c64ff516642a5da09fb3
tree2bdab07a7490be79fe2e44c8d733e6492d609b90
parent918d9d8371be3936ecf83d335b1a92a0d9181b9f
Add missing empty lines between methods

This might hint at an edge-case in the PHP CodeSniffer sniff that should
detect if methods are separated by a single empty line. Feel free to
investigate. I, personally, can't invest more time in this than
suggesting this quick fix.

Change-Id: Ib3c60eac76f255b4fe929f7933de256222716576
13 files changed:
includes/Revision.php
includes/diff/TextSlotDiffRenderer.php
includes/exception/MWUnknownContentModelException.php
includes/libs/mime/XmlTypeCheck.php
includes/parser/ParserOptions.php
includes/widget/search/InterwikiSearchResultSetWidget.php
tests/phpunit/includes/Revision/RevisionStoreDbTestBase.php
tests/phpunit/includes/media/WebPTest.php
tests/phpunit/includes/poolcounter/PoolWorkArticleViewTest.php
tests/phpunit/includes/resourceloader/ResourceLoaderLessVarFileModuleTest.php
tests/phpunit/includes/resourceloader/ResourceLoaderStartUpModuleTest.php
tests/phpunit/includes/resourceloader/ResourceLoaderTest.php
tests/phpunit/includes/upload/UploadStashTest.php