Removed unneeded spaces and colons in @param and friends
authorumherirrender <umherirrender_de.wp@web.de>
Tue, 8 Apr 2014 15:29:17 +0000 (17:29 +0200)
committerAddshore <addshorewiki@gmail.com>
Tue, 8 Apr 2014 16:02:49 +0000 (16:02 +0000)
commit725d9d125d8d6ab44615dbfcb884d3830dadbb52
tree166d73b000224aab37b5d9d17057947b03e6e0c2
parent732a1bb094cd603821780f540d4d7a7a945fe1ff
Removed unneeded spaces and colons in @param and friends

Also swapped some "$var type" to "type $var" or added missing types
before the $var. Changed some other types to match the more common
spelling. Makes beginning of some text in captial.

Change-Id: Ic36c8c7820a6c2d603f1138130670c6bf6a1ca59
22 files changed:
includes/CategoryViewer.php
includes/EditPage.php
includes/Export.php
includes/FileDeleteForm.php
includes/Html.php
includes/HtmlFormatter.php
includes/Linker.php
includes/MimeMagic.php
includes/OutputPage.php
includes/Status.php
includes/diff/DifferenceEngine.php
includes/logging/LogPager.php
includes/parser/Parser.php
includes/parser/ParserCache.php
includes/parser/ParserOptions.php
includes/specials/SpecialUserrights.php
includes/specials/SpecialVersion.php
includes/upload/UploadStash.php
languages/LanguageConverter.php
languages/classes/LanguageSr.php
tests/phpunit/includes/GlobalFunctions/GlobalTest.php
tests/phpunit/includes/api/RandomImageGenerator.php