Improve some parameter docs
[lhc/web/wiklou.git] / includes / Storage / RevisionStore.php
index 2e953fc..0950109 100644 (file)
@@ -562,6 +562,7 @@ class RevisionStore implements IDBAccessObject, RevisionFactory, RevisionLookup
        /**
         * MCR migration note: this replaces Revision::isUnpatrolled
         *
+        * @param RevisionRecord $rev
         * @return int Rcid of the unpatrolled row, zero if there isn't one
         */
        public function isUnpatrolled( RevisionRecord $rev ) {