From afdbf423281641c508724d9fc447bb3f4f06f565 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thiemo=20M=C3=A4ttig?= Date: Wed, 2 Sep 2015 14:16:59 +0200 Subject: [PATCH] Remove non-existing param PHPDoc tag from Title Change-Id: Ie05be75b3e1a20e241206fdae8d1496fcbffeaae --- includes/Title.php | 1 - 1 file changed, 1 deletion(-) 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. -- 2.20.1