X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecialpage%2FSpecialPage.php;h=0070c74b046dd477074321c7d9df5603c4d475a8;hb=768ac15c700be7f25c4288f2675d2689f29859a3;hp=f9682762289f3d2bf3d5da519814e3338c056f8b;hpb=dd8921c9d97442c6e460acebee806c895f9b7d76;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specialpage/SpecialPage.php b/includes/specialpage/SpecialPage.php index f968276228..0070c74b04 100644 --- a/includes/specialpage/SpecialPage.php +++ b/includes/specialpage/SpecialPage.php @@ -101,8 +101,8 @@ class SpecialPage { * @param string $name Name of the special page, as seen in links and URLs * @param string $restriction User right required, e.g. "block" or "delete" * @param bool $listed Whether the page is listed in Special:Specialpages - * @param callable|bool $function unused - * @param string $file unused + * @param callable|bool $function Unused + * @param string $file Unused * @param bool $includable Whether the page can be included in normal pages */ public function __construct( @@ -134,7 +134,7 @@ class SpecialPage { // @todo FIXME: Decide which syntax to use for this, and stick to it /** * Whether this special page is listed in Special:SpecialPages - * @since r3583 (v1.3) + * @since 1.3 (r3583) * @return bool */ function isListed() { @@ -328,7 +328,7 @@ class SpecialPage { * - `prefixSearchSubpages( "" )` should return `array( foo", "bar", "baz" )` * * @param string $search Prefix to search for - * @param integer $limit Maximum number of results to return + * @param int $limit Maximum number of results to return * @return string[] Matching subpages */ public function prefixSearchSubpages( $search, $limit = 10 ) {