Add missing @param to function docs
[lhc/web/wiklou.git] / includes / parser / ParserOutput.php
index 95c0a16..75fc01f 100644 (file)
@@ -502,6 +502,7 @@ class ParserOutput extends CacheTime {
 
        /**
         * Fairly generic flag setter thingy.
+        * @param string $flag
         */
        public function setFlag( $flag ) {
                $this->mFlags[$flag] = true;