Allow type Language for $lang of doEditSectionLink

wfGetLangObj() allows type Language already.

Change-Id: Ibe295e7020e995eea52e319feaf59c635f8bb4dc
This commit is contained in:
Fomafix 2018-05-30 06:34:28 +02:00 committed by Jdlrobson
parent e08d4a4af4
commit 648491015c
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class SkinMinerva extends SkinTemplate implements ICustomizableSkin {
* @param Title $nt * @param Title $nt
* @param string $section * @param string $section
* @param string|null $tooltip * @param string|null $tooltip
* @param string|bool $lang * @param Language|string|bool $lang
* @return string * @return string
*/ */
public function doEditSectionLink( Title $nt, $section, $tooltip = null, $lang = false ) { public function doEditSectionLink( Title $nt, $section, $tooltip = null, $lang = false ) {