Remove wrong @return from doc blocks
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 24 Aug 2014 09:26:41 +0000 (11:26 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Mon, 25 Aug 2014 13:50:05 +0000 (13:50 +0000)
commitb409008ca594fcebac5982ad89397c74a50fc2b8
tree2ac8cae0ebdc80695baf297383ec0e5cd67caa09
parente1c18325882d7a45b168222116209559cc5f19ca
Remove wrong @return from doc blocks

These functions actually does not return anything, so the @return is
wrong here. '@return void' is ignored.

Change-Id: I11495ee05b943c16c1c4715d617c8b50de22276c
includes/Block.php
includes/EditPage.php
includes/Import.php
includes/db/DatabaseMysqlBase.php
includes/debug/MWDebug.php
includes/specials/SpecialNewpages.php
maintenance/checkSyntax.php