Partial workaround for bug 6220: at least make files on shared repositories show...
[lhc/web/wiklou.git] / includes / RecentChange.php
index 333ff02..bf8379c 100644 (file)
@@ -256,7 +256,7 @@ class RecentChange {
         *
         * @param $change Mixed: RecentChange or corresponding rc_id
         * @param $auto Boolean: for automatic patrol
-        * @return See doMarkPatrolled(), or null if $change is not an existing rc_id
+        * @return Array See doMarkPatrolled(), or null if $change is not an existing rc_id
         */
        public static function markPatrolled( $change, $auto = false ) {
                $change = $change instanceof RecentChange