Merge "Changing a message's lang must reset cached text."
[lhc/web/wiklou.git] / includes / parser / StripState.php
index 57f623d..5b94453 100644 (file)
@@ -97,7 +97,7 @@ class StripState {
        }
 
        /**
-        * @param  $text
+        * @param $text
         * @return mixed
         */
        function unstripBoth( $text ) {
@@ -233,4 +233,3 @@ class StripState {
                return preg_replace( $this->regex, '', $text );
        }
 }
-