From: addshore Date: Wed, 27 Jan 2016 09:43:04 +0000 (+0100) Subject: Remove doc comment referencing removed method X-Git-Tag: 1.31.0-rc.0~8191 X-Git-Url: http://git.cyclocoop.org//%22%22.url_de_base%28%29.%22/%22?a=commitdiff_plain;h=b6abce7edcad43f1f44984dc2a71231b46308a5a;p=lhc%2Fweb%2Fwiklou.git Remove doc comment referencing removed method This method was removed in: cfaf26e5017228208f8049b979cb443eb01677cf so lets remove the reference to it so people don't go looking for what is not there. Change-Id: I229f033a3b4553e6eacc460faaf156ba2539d6d5 --- diff --git a/includes/Linker.php b/includes/Linker.php index 3ba472bad2..4b9b963060 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -2013,7 +2013,7 @@ class Linker { * directly paste it in as the link (escaping needs to be done manually). * Finally, if $more is a Message, call toString(). * - * @param array $templates Array of templates from Article::getUsedTemplate or similar + * @param Title[] $templates Array of templates * @param bool $preview Whether this is for a preview * @param bool $section Whether this is for a section edit * @param Title|Message|string|null $more An escaped link for "More..." of the templates