Update docs and type hints

Change-Id: I6c513265d7e3136c43c160b86a83a921defaa3ec
This commit is contained in:
Siebrand Mazeland
2013-06-17 16:33:52 +02:00
parent d8434da23f
commit 1aa4940de7
3 changed files with 13 additions and 6 deletions

View File

@@ -23,6 +23,9 @@
* Resource loader module for providing MediaWiki language names.
*/
class ResourceLoaderULSModule extends ResourceLoaderModule {
/**
* @var Language
*/
protected $language;
protected $targets = array( 'desktop', 'mobile' );