Fix comment for @param
authorKartik Mistry <kartik.mistry@gmail.com>
Sat, 21 Jun 2014 11:24:42 +0000 (16:54 +0530)
committerKartik Mistry <kartik.mistry@gmail.com>
Sat, 21 Jun 2014 11:24:42 +0000 (16:54 +0530)
Change-Id: I3838ba86c3d0d361643cfcef7f6a64950d941427

includes/specialpage/SpecialPageFactory.php

index 5a4d742..58ca959 100644 (file)
@@ -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 ) {