In 1.40 as part of T302116 we made these methods final by deprecating overrides. Nobody seems to override these methods so in 1.41 we should make these final methods
TODO
- Make methods final so they cannot be overriden e.g. final public function getFooterIcons
- Remove the call to MWDebug::detectDeprecatedOverride in Skin::getFooterIcons
- Remove the call to MWDebug::detectDeprecatedOverride in Skin::makeFooterIcon
- Note in the RELEASE-NOTES-1.44 that overriding is no longer supported.
- Make sure commit message is prefixed with "Skin [Breaking change]: Remove ability of skins to override makeFooterIcon and getFooterIcons"