Merge "Clean up spacing of doc comments"
[lhc/web/wiklou.git] / includes / OutputPage.php
index 2c7292c..b7341e3 100644 (file)
@@ -54,7 +54,8 @@ class OutputPage extends ContextSource {
        protected $mCanonicalUrl = false;
 
        /**
-        * @var string The contents of <h1> */
+        * @var string The contents of <h1>
+        */
        private $mPageTitle = '';
 
        /**