Skip to content

Commit

Permalink
Merge "Update namespace of PHP classes"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Sep 16, 2024
2 parents 1c2800b + 306a0df commit ed85f93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Displays a user's real name everywhere",
"license-name": "BSD-2-Clause",
"requires": {
"MediaWiki": ">= 1.39.0"
"MediaWiki": ">= 1.43.0"
},
"config": {
"RealnamesLinkStyle": "paren-reverse",
Expand Down
10 changes: 5 additions & 5 deletions src/Realnames.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

use Config;
use Language;
use MediaWiki\Config\Config;
use MediaWiki\Language\Language;
use MediaWiki\Output\OutputPage;
use MediaWiki\User\User;
use MediaWiki\User\UserFactory;
use OutputPage;
use Skin;
use User;

/**
* >= 0.1
*/
class Realnames implements
\MediaWiki\Hook\BeforePageDisplayHook,
\MediaWiki\Output\Hook\BeforePageDisplayHook,
\MediaWiki\Hook\SkinTemplateNavigation__UniversalHook
{

Expand Down

0 comments on commit ed85f93

Please sign in to comment.