Use type Language instead of string for $lang of doEditSectionLink
authorFomafix <fomafix@googlemail.com>
Wed, 30 May 2018 04:33:01 +0000 (06:33 +0200)
committerFomafix <fomafix@googlemail.com>
Sun, 17 Jun 2018 20:36:35 +0000 (22:36 +0200)
commit531e71acdab55df6f567ef43ffaccf4615fe5e66
tree75d147e8bdf0f5fc4ae444a6096684bbfdfe6026
parente599ca39822c27a18053e10cb54aa45b461730f5
Use type Language instead of string for $lang of doEditSectionLink

The call of wfGetLangObj( $lang ) is not necessary anymore.

Keep $lang as optional parameter to avoid the coding style check error
 Required argument follows optional

Depends-On: Ibe295e7020e995eea52e319feaf59c635f8bb4dc
Change-Id: Id49201957e716ef8a2ea930b3616ca4fe6e35633
RELEASE-NOTES-1.32
includes/parser/ParserOutput.php
includes/skins/Skin.php