X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoaderFilePath.php;h=3cf09d82e1b51a3622aa5fe69c791e31433308a2;hb=7545ee16c49550b2b804baa37b283a075b59bfe9;hp=dd239d09435f12e33d400df9681b60a974991e62;hpb=c4b064f83415ab5b4a5f9aedad20ffd16e599253;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.