X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiMove.php;h=2cfc25180e2c2d700ea374e4fbc91c564eb4e58a;hb=45a51d8506bbbf738f9610355c40cf1ea17cd7d6;hp=20ac48a8a2f89c0620108bd66a17b0cd8d08a91f;hpb=e0d92d376b3c326c2a3c25b2956f1b53939007af;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiMove.php b/includes/api/ApiMove.php index 20ac48a8a2..2cfc25180e 100644 --- a/includes/api/ApiMove.php +++ b/includes/api/ApiMove.php @@ -148,8 +148,8 @@ class ApiMove extends ApiBase { /** * @param Title $fromTitle * @param Title $toTitle - * @param $reason - * @param $noredirect + * @param string $reason + * @param bool $noredirect * @return array */ public function moveSubpages( $fromTitle, $toTitle, $reason, $noredirect ) { @@ -272,7 +272,7 @@ class ApiMove extends ApiBase { } public function getDescription() { - return 'Move a page'; + return 'Move a page.'; } public function getPossibleErrors() {