Merge "ORDER BY/GROUP BY accept arrays"
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoaderSiteModule.php
index 977d16b..03fe1fe 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 /**
+ * Resource loader module for site customizations.
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -29,7 +31,9 @@ class ResourceLoaderSiteModule extends ResourceLoaderWikiModule {
 
        /**
         * Gets list of pages used by this module
-        * 
+        *
+        * @param $context ResourceLoaderContext
+        *
         * @return Array: List of pages
         */
        protected function getPages( ResourceLoaderContext $context ) {