From 402344ac4f81d5faf067952ff6b80acb852db2ea Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 30 Aug 2012 13:53:31 +0200 Subject: [PATCH] Remove @return void documentation. Change-Id: I6b670e3ac288958bc43d628f06849baf31d802af --- CategoryPageSubclass.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CategoryPageSubclass.php b/CategoryPageSubclass.php index a81f9f2f..bb374f01 100644 --- a/CategoryPageSubclass.php +++ b/CategoryPageSubclass.php @@ -34,7 +34,6 @@ class CategoryTreeCategoryViewer extends CategoryViewer { * @param $cat Category * @param $sortkey * @param $pageLength - * @return void */ function addSubcategoryObject( Category $cat, $sortkey, $pageLength ) { global $wgRequest;