From: Derick Alangi Date: Fri, 11 Jan 2019 09:48:14 +0000 (+0100) Subject: collation: Fix non-canonical order of elements X-Git-Tag: 1.34.0-rc.0~3097^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/voir.php?a=commitdiff_plain;h=edc5f25a59a2c8d54f094be8f1c685709a9b3bd2;p=lhc%2Fweb%2Fwiklou.git collation: Fix non-canonical order of elements Change-Id: Ie3f19e9e1f91faf6cee32c3c63d86215ba52c8e2 --- diff --git a/includes/collation/NumericUppercaseCollation.php b/includes/collation/NumericUppercaseCollation.php index d2496402fd..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 the content language) + * @var Language $digitTransformLang How to convert digits (usually the content language) */ private $digitTransformLang;