* Remove @static from the last few places it's left in core. Please don't use this...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 14 Jun 2011 01:56:55 +0000 (01:56 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 14 Jun 2011 01:56:55 +0000 (01:56 +0000)
commitc954cb7a4c42124937d53a4017b59035edb0d202
treec71d89f60b5e4cae3b72bb3a7b7fc545aa4a66e6
parent7af4de885ce7cf19d7faae1727e3e152e3076348
* Remove @static from the last few places it's left in core. Please don't use this silly annotation anymore, that's what the static keyword is for.
* Enforce protected on SpecialAllPages::getNamespaceKeyAndText(), it's not @private like the comment implies
* Drop User::getMaxID(), nothing uses it
includes/User.php
includes/specials/SpecialAllpages.php
tests/parser/parserTest.inc
tests/phpunit/includes/parser/NewParserTest.php