Merge "Do not let DataUpdate exceptions block other deferred updates"
[lhc/web/wiklou.git] / includes / changes / RecentChange.php
index 6a901d0..159cfd9 100644 (file)
@@ -988,7 +988,7 @@ class RecentChange {
         *
         * @since 1.26
         *
-        * @return array|null
+        * @return mixed|bool false on failed unserialization
         */
        public function parseParams() {
                $rcParams = $this->getAttribute( 'rc_params' );