From: Trevor Parscal Date: Tue, 26 Oct 2010 20:17:32 +0000 (+0000) Subject: Fixes comment mistakes in r75107 X-Git-Tag: 1.31.0-rc.0~34289 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=46409b75fa576cfb80a880024d4b42704fa49b6e;p=lhc%2Fweb%2Fwiklou.git Fixes comment mistakes in r75107 --- diff --git a/includes/resourceloader/ResourceLoaderFileModule.php b/includes/resourceloader/ResourceLoaderFileModule.php index 5bffad73d6..62a478caf7 100644 --- a/includes/resourceloader/ResourceLoaderFileModule.php +++ b/includes/resourceloader/ResourceLoaderFileModule.php @@ -71,13 +71,10 @@ class ResourceLoaderFileModule extends ResourceLoaderModule { protected $dependencies = array(); /** * @var {array} List of message keys used by this module - * @format array( [module-name], [module-name], ... ) - */ - protected $messages = array(); - /** - * @var {string} Name of group this module should be loaded in * @format array( [message-key], [message-key], ... ) */ + protected $messages = array(); + /** @var {string} Name of group to load this module in */ protected $group; /** @var {boolean} Link to raw files in debug mode */ protected $debugRaw = true;