X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fskins%2FSkinFactory.php;h=fb40857740381704188606dd6856f7378eb65432;hb=a18953f97af63e9127cee330af40d24893f41c12;hp=0935e3347e44b8867e97bfb838795b62959907ef;hpb=ab972997ee80d0530ec01335366bdc16e6159024;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/skins/SkinFactory.php b/includes/skins/SkinFactory.php index 0935e3347e..fb40857740 100644 --- a/includes/skins/SkinFactory.php +++ b/includes/skins/SkinFactory.php @@ -70,7 +70,7 @@ class SkinFactory { * to be, but doing so would change the case of i18n message keys). * @param string $displayName For backwards-compatibility with old skin loading system. This is * the text used as skin's human-readable name when the 'skinname-' message is not - * available. It should be the same as the skin name provided in $wgExtensionCredits. + * available. It should be the same as the skin name provided in $wgExtensionCredits. * @param callable $callback Callback that takes the skin name as an argument * @throws InvalidArgumentException If an invalid callback is provided */ @@ -159,7 +159,7 @@ class SkinFactory { * Get a legacy skin which uses the autodiscovery mechanism. * * @param string $name - * @return Skin|bool false if the skin couldn't be constructed + * @return Skin|bool False if the skin couldn't be constructed */ private function getLegacySkin( $name ) { $skinNames = $this->getLegacySkinNames();