X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoaderFilePath.php;h=3cf09d82e1b51a3622aa5fe69c791e31433308a2;hb=abeca9ac48415828428284816d76dee347e680ea;hp=dd239d09435f12e33d400df9681b60a974991e62;hpb=4c413f2ae7020a0a5a87aa0814b67c2c18d09f35;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/resourceloader/ResourceLoaderFilePath.php b/includes/resourceloader/ResourceLoaderFilePath.php index dd239d0943..3cf09d82e1 100644 --- a/includes/resourceloader/ResourceLoaderFilePath.php +++ b/includes/resourceloader/ResourceLoaderFilePath.php @@ -26,7 +26,6 @@ * and local base path, for use with ResourceLoaderFileModule. */ class ResourceLoaderFilePath { - /* Protected Members */ /** @var string Local base path */ protected $localBasePath; @@ -38,8 +37,6 @@ class ResourceLoaderFilePath { * @var string Path to the file */ protected $path; - /* Methods */ - /** * @param string $path Path to the file. * @param string $localBasePath Base path to prepend when generating a local path.