From 9dbae9019d85933cb15bdba7e0698fbc742eedd1 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 8 Nov 2010 10:19:28 +0000 Subject: [PATCH] Fixed some doxygen warnings --- includes/resourceloader/ResourceLoaderFileModule.php | 2 ++ 1 file changed, 2 insertions(+) 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 ) { -- 2.20.1