From: Thiemo Mättig Date: Wed, 2 Sep 2015 12:16:59 +0000 (+0200) Subject: Remove non-existing param PHPDoc tag from Title X-Git-Tag: 1.31.0-rc.0~10177 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=afdbf423281641c508724d9fc447bb3f4f06f565 Remove non-existing param PHPDoc tag from Title Change-Id: Ie05be75b3e1a20e241206fdae8d1496fcbffeaae --- diff --git a/includes/Title.php b/includes/Title.php index 8a15b541d7..b347edbb6a 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1939,7 +1939,6 @@ class Title { * - quick : does cheap permission checks from slaves (usable for GUI creation) * - full : does cheap and expensive checks possibly from a slave * - secure : does cheap and expensive checks, using the master as needed - * @param bool $short Set this to true to stop after the first permission error. * @param array $ignoreErrors Array of Strings Set this to a list of message keys * whose corresponding errors may be ignored. * @return array Array of arguments to wfMessage to explain permissions problems.