From: Chad Horohoe Date: Sat, 10 Sep 2011 17:16:41 +0000 (+0000) Subject: Add @since to the Deferred stuff, ping r96716 X-Git-Tag: 1.31.0-rc.0~27749 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=15d4c7af03c54e54a9b026849c7225710d44b934;p=lhc%2Fweb%2Fwiklou.git Add @since to the Deferred stuff, ping r96716 --- 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 { /**