From b6abce7edcad43f1f44984dc2a71231b46308a5a Mon Sep 17 00:00:00 2001 From: addshore Date: Wed, 27 Jan 2016 10:43:04 +0100 Subject: [PATCH] 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 --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1