From 15d4c7af03c54e54a9b026849c7225710d44b934 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 10 Sep 2011 17:16:41 +0000 Subject: [PATCH] Add @since to the Deferred stuff, ping r96716 --- includes/DeferredUpdates.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/DeferredUpdates.php b/includes/DeferredUpdates.php index 28783d2e56..52d1b78498 100644 --- a/includes/DeferredUpdates.php +++ b/includes/DeferredUpdates.php @@ -2,6 +2,8 @@ /** * Interface that deferrable updates should implement. Basically required so we * can validate input on DeferredUpdates::addUpdate() + * + * @since 1.19 */ interface DeferrableUpdate { /** @@ -12,6 +14,8 @@ interface DeferrableUpdate { /** * Class for mananging the deferred updates. + * + * @since 1.19 */ class DeferredUpdates { /** -- 2.20.1