From: jenkins-bot Date: Fri, 13 Sep 2019 13:31:24 +0000 (+0000) Subject: Merge "output: Narrow Title type hint to LinkTarget" X-Git-Tag: 1.34.0-rc.0~237 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=e19e6bfabcaf2b6aa5dd837ff7057bd6a25baef8;hp=a48646b3ed92b13de8b06bf2997643240619cd86 Merge "output: Narrow Title type hint to LinkTarget" --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 7f005fb7cd..9dbbf139de 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2822,7 +2822,7 @@ class OutputPage extends ContextSource { /** * Add a "return to" link pointing to a specified title * - * @param Title $title Title to link + * @param LinkTarget $title Title to link * @param array $query Query string parameters * @param string|null $text Text of the link (input is not escaped) * @param array $options Options array to pass to Linker