Skip to content

Commit

Permalink
build: Updating mediawiki/mediawiki-phan-config to 0.15.0
Browse files Browse the repository at this point in the history
Change-Id: I0a3a36e7aa4d0e0850cf7774403f6d11d8957fe9
  • Loading branch information
libraryupgrader authored and tgr committed Dec 18, 2024
1 parent 594e7a6 commit c309aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require-dev": {
"ext-curl": "*",
"mediawiki/mediawiki-codesniffer": "45.0.0",
"mediawiki/mediawiki-phan-config": "0.14.0",
"mediawiki/mediawiki-phan-config": "0.15.0",
"mediawiki/minus-x": "1.1.3",
"php-parallel-lint/php-console-highlighter": "1.0.0",
"php-parallel-lint/php-parallel-lint": "1.4.0",
Expand Down
1 change: 1 addition & 0 deletions src/Backend/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ public static function getCentralIdFromLocalUser( User $user ) {
// global ID required via hook
if ( $wgMWOAuthSharedUserIDs ) {
// T227688 do not rely on array auto-creation for non-stdClass
// @phan-suppress-next-line MediaWikiNoIssetIfDefined Phan confused by magic methods, maybe?
if ( !isset( $user->oAuthUserData ) ) {
$user->oAuthUserData = [];
}
Expand Down

0 comments on commit c309aa7

Please sign in to comment.