From: Bartosz DziewoƄski Date: Thu, 8 May 2014 20:26:42 +0000 (+0200) Subject: ResourceLoaderModule: Add @since annotations to new methods X-Git-Tag: 1.31.0-rc.0~15840^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=62e7156f7618f84a57eb9554d73e6d807a9fb8c3;p=lhc%2Fweb%2Fwiklou.git ResourceLoaderModule: Add @since annotations to new methods Change-Id: I91434fcdc87efdf6d49ec94348f26d20c840abad --- diff --git a/includes/resourceloader/ResourceLoaderModule.php b/includes/resourceloader/ResourceLoaderModule.php index 819bf5a0d7..0996a33b00 100644 --- a/includes/resourceloader/ResourceLoaderModule.php +++ b/includes/resourceloader/ResourceLoaderModule.php @@ -441,6 +441,8 @@ abstract class ResourceLoaderModule { /** * Helper method for calculating when this module's definition summary was last changed. * + * @since 1.23 + * * @return int UNIX timestamp or 0 if no definition summary was provided * by getDefinitionSummary() */ @@ -505,6 +507,8 @@ abstract class ResourceLoaderModule { * contain arrays and scalars as values (avoid object instances) which means * it requires abstraction. * + * @since 1.23 + * * @return array|null */ public function getDefinitionSummary( ResourceLoaderContext $context ) {