Documentation cleanup in Content-related files
[lhc/web/wiklou.git] / includes / content / TextContent.php
index b13b5fa..a7298d3 100644 (file)
@@ -77,9 +77,9 @@ class TextContent extends AbstractContent {
        }
 
        /**
-        * returns the text's size in bytes.
+        * Returns the text's size in bytes.
         *
-        * @return int The size
+        * @return int
         */
        public function getSize() {
                $text = $this->getNativeData();