X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcollation%2FNumericUppercaseCollation.php;h=3f980033babb0bbf59b7fb07313522e2b4071710;hb=b6c7c057d2debd589bff48ae772cb39c6df3d122;hp=4a2d776f67b9c948bd0f2b6ef5235e6ed3c47832;hpb=2e5328b0ac7f2e8d9d7c9df3bdcd03c41b9e1f01;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/collation/NumericUppercaseCollation.php b/includes/collation/NumericUppercaseCollation.php index 4a2d776f67..3f980033ba 100644 --- a/includes/collation/NumericUppercaseCollation.php +++ b/includes/collation/NumericUppercaseCollation.php @@ -35,7 +35,7 @@ class NumericUppercaseCollation extends UppercaseCollation { /** - * @var $digitTransformLang Language How to convert digits (usually $wgContLang) + * @var Language $digitTransformLang How to convert digits (usually the content language) */ private $digitTransformLang; @@ -43,7 +43,7 @@ class NumericUppercaseCollation extends UppercaseCollation { * @param Language $lang How to convert digits. * For example, if given language "my" than ၇ is treated like 7. * - * It is expected that usually this is given $wgContLang. + * It is expected that usually this is given the content language. */ public function __construct( Language $lang ) { $this->digitTransformLang = $lang;