Merge "mediawiki.searchSuggest: Show full article title as a tooltip for each suggestion"
[lhc/web/wiklou.git] / includes / content / Content.php
index e9c6ac0..3286c0a 100644 (file)
@@ -48,7 +48,7 @@ interface Content {
        /**
         * @since 1.21
         *
-        * @return string|false The wikitext to include when another page includes this
+        * @return string|bool The wikitext to include when another page includes this
         * content, or false if the content is not includable in a wikitext page.
         *
         * @todo Allow native handling, bypassing wikitext representation, like
@@ -86,7 +86,7 @@ interface Content {
        public function getNativeData();
 
        /**
-        * Returns the content's nominal size in bogo-bytes.
+        * Returns the content's nominal size in "bogo-bytes".
         *
         * @return int
         */
@@ -98,7 +98,7 @@ interface Content {
         *
         * @since 1.21
         *
-        * @return String The model id
+        * @return string The model id
         */
        public function getModel();
 
@@ -122,7 +122,7 @@ interface Content {
         *
         * @since 1.21
         *
-        * @return String
+        * @return string
         */
        public function getDefaultFormat();
 
@@ -232,7 +232,7 @@ interface Content {
         *
         * @since 1.21
         *
-        * @return Content. A copy of this object
+        * @return Content A copy of this object
         */
        public function copy();