Merge "No yoda conditions"
[lhc/web/wiklou.git] / includes / parser / BlockLevelPass.php
index ecd8def..a69b3d2 100644 (file)
@@ -53,7 +53,8 @@ class BlockLevelPass {
        }
 
        /**
-        * Private constructor
+        * @param string $text
+        * @param bool $lineStart
         */
        private function __construct( $text, $lineStart ) {
                $this->text = $text;