X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fskins%2FSkinFactory.php;h=366862da9a92b470d207887cf3ba8a527b8fa901;hp=ffbe6293f8ea61230dad3832acc261835795eae2;hb=e3bd13db0c285f312e31bb1b7271af4628cca80c;hpb=2c9194d02086a98ea457a88f3e897fd789dd90d9 diff --git a/includes/skins/SkinFactory.php b/includes/skins/SkinFactory.php index ffbe6293f8..366862da9a 100644 --- a/includes/skins/SkinFactory.php +++ b/includes/skins/SkinFactory.php @@ -32,14 +32,14 @@ class SkinFactory { * Map of name => callback * @var array */ - private $factoryFunctions = array(); + private $factoryFunctions = []; /** * Map of name => fallback human-readable name, used when the 'skinname-' message is not * available * * @var array */ - private $displayNames = array(); + private $displayNames = []; /** * @var SkinFactory