X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoaderModule.php;h=4deb7fa98826611b6f742129caa7189f12bb387b;hb=58858df842f91d9ea1c9f9b6f3c767d8b204886b;hp=b3c1cd14b7406365d11defd95b78dba320d1de7c;hpb=590f1bd8c261c882f23c2a404fbcc40ae4e5d460;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/resourceloader/ResourceLoaderModule.php b/includes/resourceloader/ResourceLoaderModule.php index b3c1cd14b7..4deb7fa988 100644 --- a/includes/resourceloader/ResourceLoaderModule.php +++ b/includes/resourceloader/ResourceLoaderModule.php @@ -65,8 +65,6 @@ abstract class ResourceLoaderModule implements LoggerAwareInterface { # pages like Special:UserLogin and Special:Preferences protected $origin = self::ORIGIN_CORE_SITEWIDE; - /* Protected Members */ - protected $name = null; protected $targets = [ 'desktop' ]; @@ -94,8 +92,6 @@ abstract class ResourceLoaderModule implements LoggerAwareInterface { */ protected $logger; - /* Methods */ - /** * Get this module's name. This is set when the module is registered * with ResourceLoader::register() @@ -110,7 +106,7 @@ abstract class ResourceLoaderModule implements LoggerAwareInterface { * Set this module's name. This is called by ResourceLoader::register() * when registering the module. Other code should not call this. * - * @param string $name Name + * @param string $name */ public function setName( $name ) { $this->name = $name; @@ -932,7 +928,7 @@ abstract class ResourceLoaderModule implements LoggerAwareInterface { * Get this module's last modification timestamp for a given context. * * @deprecated since 1.26 Use getDefinitionSummary() instead - * @param ResourceLoaderContext $context Context object + * @param ResourceLoaderContext $context * @return int|null UNIX timestamp */ public function getModifiedTime( ResourceLoaderContext $context ) {