Add missing return value to getPendingUpdates() docs
[lhc/web/wiklou.git] / includes / deferred / DeferredUpdates.php
index 9f5b31a..51f5a28 100644 (file)
@@ -332,6 +332,7 @@ class DeferredUpdates {
 
        /**
         * @param integer $stage DeferredUpdates constant (PRESEND, POSTSEND, or ALL)
+        * @return DeferrableUpdate[]
         * @since 1.29
         */
        public static function getPendingUpdates( $stage = self::ALL ) {