X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoaderContext.php;h=9013e2bf93c4077293fee7e6a5e924e323ab9cd7;hb=1a45ce894e838082d4c2e36d1e2954f156a68602;hp=63ec5de6ce5b9c6dc4e11847d1fb5970cae5af3b;hpb=bc4147866e27965ca67bf88aac21c4ccfb061776;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/resourceloader/ResourceLoaderContext.php b/includes/resourceloader/ResourceLoaderContext.php index 63ec5de6ce..9013e2bf93 100644 --- a/includes/resourceloader/ResourceLoaderContext.php +++ b/includes/resourceloader/ResourceLoaderContext.php @@ -27,7 +27,6 @@ * of a specific loader request */ class ResourceLoaderContext { - /* Protected Members */ protected $resourceLoader; @@ -109,7 +108,8 @@ class ResourceLoaderContext { } /** - * Return a dummy ResourceLoaderContext object suitable for passing into things that don't "really" need a context + * Return a dummy ResourceLoaderContext object suitable for passing into + * things that don't "really" need a context. * @return ResourceLoaderContext */ public static function newDummyContext() {