Merge "Disable expensive {{REVISIONID}} magic word in miser mode"
[lhc/web/wiklou.git] / languages / classes / LanguageKm.php
index 71d67a7..87d2127 100644 (file)
 class LanguageKm extends Language {
 
        /**
-        * @param $_ string
+        * @param string $_
         * @return string
         */
        function commafy( $_ ) {
                /* NO-op for Khmer. Cannot use
-                * $separatorTransformTable = array( ',' => '' )
+                * $separatorTransformTable = [ ',' => '' ]
                 * That would break when parsing and doing strstr '' => 'foo';
                 */
                return $_;