Index: trunk/phase3/includes/resourceloader/ResourceLoaderFileModule.php |
— | — | @@ -71,13 +71,10 @@ |
72 | 72 | protected $dependencies = array(); |
73 | 73 | /** |
74 | 74 | * @var {array} List of message keys used by this module |
75 | | - * @format array( [module-name], [module-name], ... ) |
76 | | - */ |
77 | | - protected $messages = array(); |
78 | | - /** |
79 | | - * @var {string} Name of group this module should be loaded in |
80 | 75 | * @format array( [message-key], [message-key], ... ) |
81 | 76 | */ |
| 77 | + protected $messages = array(); |
| 78 | + /** @var {string} Name of group to load this module in */ |
82 | 79 | protected $group; |
83 | 80 | /** @var {boolean} Link to raw files in debug mode */ |
84 | 81 | protected $debugRaw = true; |