From d92024053b3c982f839bd1857e505b006f00942b Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 6 Mar 2019 00:04:12 -0800 Subject: [PATCH] Add more documentation to DeferredUpdates::doUpdates Change-Id: Id2f1fb624d03943e5eb4bed49d3435cf9c99fc25 --- includes/deferred/DeferredUpdates.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/deferred/DeferredUpdates.php b/includes/deferred/DeferredUpdates.php index b97bd216c0..67b5490511 100644 --- a/includes/deferred/DeferredUpdates.php +++ b/includes/deferred/DeferredUpdates.php @@ -124,6 +124,9 @@ class DeferredUpdates { /** * Do any deferred updates and clear the list * + * If $stage is self::ALL then the queue of PRESEND updates will be resolved, + * followed by the queue of POSTSEND updates + * * @param string $mode Use "enqueue" to use the job queue when possible [Default: "run"] * @param int $stage DeferredUpdates constant (PRESEND, POSTSEND, or ALL) (since 1.27) */ -- 2.20.1