X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoaderModule.php;h=53ed133be24d4f4e8ad8357be788aa23411ab4c0;hb=447574ceb746c2f4026a8bf77632bdc4604314bb;hp=aca5c73c2b42586781641e2601d82b75cfb3f35c;hpb=28b8d632ad487182c1f65c32dad9e921f80ccd02;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/resourceloader/ResourceLoaderModule.php b/includes/resourceloader/ResourceLoaderModule.php index aca5c73c2b..53ed133be2 100644 --- a/includes/resourceloader/ResourceLoaderModule.php +++ b/includes/resourceloader/ResourceLoaderModule.php @@ -182,7 +182,7 @@ abstract class ResourceLoaderModule implements LoggerAwareInterface { /** * Takes named templates by the module and returns an array mapping. * - * @return array of templates mapping template alias to content + * @return string[] Array of templates mapping template alias to content */ public function getTemplates() { // Stub, override expected.