There are 2 properties ( $function = false, $file = '' ) in the __constructor() of the includes\specialpage\SpecialPage.php file which are not used and are to be removed.
Description
Description
Details
Details
Related Changes in Gerrit:
Related Objects
Related Objects
Event Timeline
Comment Actions
Note, these really need deprecating before being removed, as you're going to be changing the order of parameters passed to the constructor... And I'd imagine there's some subclasses that pass all the parameters so they can set $includable to true
Comment Actions
Change #1237644 had a related patch set uploaded (by Fomafix; author: Fomafix):
[mediawiki/core@master] SpecialPage: Hard deprecate unused constructor parameters
Comment Actions
Change #1235480 had a related patch set uploaded (by Fomafix; author: Fomafix):
[mediawiki/core@master] SpecialPage: Remove deprecated constructor parameters and properties
Comment Actions
Change #1237644 merged by jenkins-bot:
[mediawiki/core@master] SpecialPage: Hard deprecate unused constructor parameters