From: Alexandre Emsenhuber Date: Mon, 8 Nov 2010 10:19:28 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~34001 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=9dbae9019d85933cb15bdba7e0698fbc742eedd1;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- diff --git a/includes/resourceloader/ResourceLoaderFileModule.php b/includes/resourceloader/ResourceLoaderFileModule.php index c03391c044..84136012d2 100644 --- a/includes/resourceloader/ResourceLoaderFileModule.php +++ b/includes/resourceloader/ResourceLoaderFileModule.php @@ -367,6 +367,8 @@ class ResourceLoaderFileModule extends ResourceLoaderModule { * * @param $list Array: List of file paths in any combination of index/path * or path/options pairs + * @param $option String: option name + * @param $default Mixed: default value if the option isn't set * @return Array: List of file paths, collated by $option */ protected static function collateFilePathListByOption( array $list, $option, $default ) {