X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoaderContext.php;h=370046aab46e40d3bbc51a574f624082757ca13f;hb=dc8550ea24cd80eb2cca16a8de51ab1be5ca0e31;hp=7478266e0cbbf46d0aeda863b868ee753eeb318e;hpb=01e43982ae4b9a61ddfdbe92349eb309f1aaecdb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/resourceloader/ResourceLoaderContext.php b/includes/resourceloader/ResourceLoaderContext.php index 7478266e0c..370046aab4 100644 --- a/includes/resourceloader/ResourceLoaderContext.php +++ b/includes/resourceloader/ResourceLoaderContext.php @@ -98,9 +98,12 @@ class ResourceLoaderContext implements MessageLocalizer { } /** - * Expand a string of the form jquery.foo,bar|jquery.ui.baz,quux to - * an array of module names like [ 'jquery.foo', 'jquery.bar', - * 'jquery.ui.baz', 'jquery.ui.quux' ] + * Expand a string of the form `jquery.foo,bar|jquery.ui.baz,quux` to + * an array of module names like `[ 'jquery.foo', 'jquery.bar', + * 'jquery.ui.baz', 'jquery.ui.quux' ]`. + * + * This process is reversed by ResourceLoader::makePackedModulesString(). + * * @param string $modules Packed module name list * @return array Array of module names */