Remove return value from SpecialUploadStash::execute
authorUmherirrender <umherirrender_de.wp@web.de>
Mon, 3 Jun 2019 19:14:13 +0000 (21:14 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 7 Jun 2019 14:42:28 +0000 (16:42 +0200)
commit053591817363a229d06dc7fde27e34a841b06415
treead4fe4253ebe914595ff696dbffed70173116d9d
parent75cffa0b998b300b4d79ab3d1e7f61857d32b1aa
Remove return value from SpecialUploadStash::execute

SpecialPage::execute never returns anything
Also remove the return value from the functions called here.
The special page is using exceptions instead of a bool to indicate
failure and success

Change-Id: Ia271fe06b8ce888a8448099020f7aedf23af30db
includes/specials/SpecialUploadStash.php