Index: trunk/phase3/includes/resourceloader/ResourceLoaderFileModule.php |
— | — | @@ -367,6 +367,8 @@ |
368 | 368 | * |
369 | 369 | * @param $list Array: List of file paths in any combination of index/path |
370 | 370 | * or path/options pairs |
| 371 | + * @param $option String: option name |
| 372 | + * @param $default Mixed: default value if the option isn't set |
371 | 373 | * @return Array: List of file paths, collated by $option |
372 | 374 | */ |
373 | 375 | protected static function collateFilePathListByOption( array $list, $option, $default ) { |