Remove non-existing param PHPDoc tag from Title
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Wed, 2 Sep 2015 12:16:59 +0000 (14:16 +0200)
committerAddshore <addshorewiki@gmail.com>
Wed, 2 Sep 2015 14:50:55 +0000 (14:50 +0000)
Change-Id: Ie05be75b3e1a20e241206fdae8d1496fcbffeaae

includes/Title.php

index 8a15b54..b347edb 100644 (file)
@@ -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.