Merge "Don't send email notifs to blocked users if $wgBlockDisablesLogin is true"
[lhc/web/wiklou.git] / languages / classes / LanguageTr.php
index 8d2fe16..8431c3f 100644 (file)
@@ -34,7 +34,7 @@
 class LanguageTr extends Language {
 
        /**
-        * @param $string string
+        * @param string $string
         * @return string
         */
        function ucfirst( $string ) {
@@ -46,7 +46,7 @@ class LanguageTr extends Language {
        }
 
        /**
-        * @param $string string
+        * @param string $string
         * @return mixed|string
         */
        function lcfirst( $string ) {