Change @return to start with type
authorumherirrender <umherirrender_de.wp@web.de>
Wed, 13 Aug 2014 17:54:49 +0000 (19:54 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Wed, 20 Aug 2014 18:35:41 +0000 (20:35 +0200)
commitcd80906d4ae6a2760717257ae32c083f1add7298
tree7c1b66299870cda04836222930fe8eaa8e2004ce
parentcd22ba020ee5f6c43028ec815257fdb26f088d66
Change @return to start with type

MediaWiki default is "@return type Description", so set a type after
return and start the description with a capital letter. Also use the
more common spelling of boolean.

See http://phpdoc.org/docs/latest/references/phpdoc/tags/return.html for
more about @return

Change-Id: I4e5198822fe92836f9cef9918a9fc1a1a1e0a043
17 files changed:
includes/db/DatabaseUtility.php
includes/skins/Skin.php
includes/skins/SkinFactory.php
languages/Language.php
maintenance/findHooks.php
maintenance/sqlite.inc
tests/parser/parserTest.inc
tests/phpunit/includes/StatusTest.php
tests/phpunit/includes/api/ApiTestCase.php
tests/phpunit/includes/api/RandomImageGenerator.php
tests/phpunit/includes/api/query/ApiQueryContinueTestBase.php
tests/phpunit/includes/content/ContentHandlerTest.php
tests/phpunit/includes/db/ORMRowTest.php
tests/phpunit/includes/diff/DifferenceEngineTest.php
tests/phpunit/includes/media/MediaWikiMediaTestCase.php
tests/phpunit/languages/LanguageTest.php
tests/phpunit/maintenance/backupTextPassTest.php