From 3fd9ff66f5718de594e567fd55285740e84faf9e Mon Sep 17 00:00:00 2001 From: Kartik Mistry Date: Sat, 21 Jun 2014 16:54:42 +0530 Subject: [PATCH] Fix comment for @param Change-Id: I3838ba86c3d0d361643cfcef7f6a64950d941427 --- includes/specialpage/SpecialPageFactory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/specialpage/SpecialPageFactory.php b/includes/specialpage/SpecialPageFactory.php index 5a4d7420f3..58ca9594c7 100644 --- a/includes/specialpage/SpecialPageFactory.php +++ b/includes/specialpage/SpecialPageFactory.php @@ -364,8 +364,8 @@ class SpecialPageFactory { * Return categorised listable special pages which are available * for the current user, and everyone. * - * @param User $user User object to check permissions, $wgUser will be used if - * if not provided + * @param User $user User object to check permissions, $wgUser will be used + * if not provided * @return array ( string => Specialpage ) */ public static function getUsablePages( User $user = null ) { -- 2.20.1