Merge "resourceloader: Pass a Config to the ResourceLoader constructor"
[lhc/web/wiklou.git] / includes / parser / ParserOptions.php
index 64febcc..2ca9d50 100644 (file)
@@ -517,6 +517,7 @@ class ParserOptions {
 
        /**
         * Extra key that should be present in the parser cache key.
+        * @param string $key
         */
        public function addExtraKey( $key ) {
                $this->mExtraKey .= '!' . $key;