Merge "Improve "selfmove" message's wording"
[lhc/web/wiklou.git] / includes / content / JsonContent.php
index 2f45547..2b94f3f 100644 (file)
@@ -22,6 +22,7 @@ class JsonContent extends TextContent {
 
        /**
         * @param string $text JSON
+        * @param string $modelId
         */
        public function __construct( $text, $modelId = CONTENT_MODEL_JSON ) {
                parent::__construct( $text, $modelId );