Add missing return value to getPendingUpdates() docs
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 1 Jun 2017 07:11:44 +0000 (00:11 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 2 Jun 2017 04:10:44 +0000 (21:10 -0700)
Change-Id: I917a2eb97e6e99ccc895245b84717ba40b0c88f6

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 ) {