Revert r114067, r114071, r114075, r114079, r114081, r114082, r114084, r114086, r11408...
[lhc/web/wiklou.git] / languages / classes / LanguageKaa.php
index 22e8946..a40fb7a 100644 (file)
@@ -41,11 +41,11 @@ class LanguageKaa extends Language {
        }
 
        /**
-        * It fixes issue with lcfirst for transforming 'I' to 'ı'
+        * It fixes issue with  lcfirst for transforming 'I' to 'ı'
         *
         * @param $string string
         *
-        * @return mixed|string
+        * @return string
         */
        function lcfirst ( $string ) {
                if ( substr( $string, 0, 1 ) === 'I' ) {