Merge "LocalFileTest does not require database access"
[lhc/web/wiklou.git] / languages / classes / LanguageJa.php
index 9c6314c..bf3e167 100644 (file)
@@ -29,7 +29,7 @@
 class LanguageJa extends Language {
 
        /**
-        * @param $string string
+        * @param string $string
         * @return string
         */
        function segmentByWord( $string ) {
@@ -51,9 +51,9 @@ class LanguageJa extends Language {
 
        /**
         * Italic is not appropriate for Japanese script
-        * Unfortunately most browsers do not recognise this, and render <em> as italic
+        * Unfortunately most browsers do not recognise this, and render `<em>` as italic
         *
-        * @param $text string
+        * @param string $text
         * @return string
         */
        function emphasize( $text ) {