mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-11 17:00:10 +00:00
Suppress phan errors caused by UserMerge undeploy
Bug: T364610 Change-Id: If52dfcb083995b08bb34b59d2c9e78bf04ca0199
This commit is contained in:
parent
9df34c2c7f
commit
e8cbb4d662
|
@ -9,11 +9,8 @@ use MediaWiki\Extension\UserMerge\Hooks\AccountFieldsHook;
|
|||
use MediaWiki\Extension\UserMerge\Hooks\MergeAccountFromToHook;
|
||||
use MediaWiki\User\User;
|
||||
|
||||
class UserMergeHooks implements
|
||||
AccountFieldsHook,
|
||||
MergeAccountFromToHook,
|
||||
AccountDeleteTablesHook
|
||||
{
|
||||
// @phan-suppress-next-line PhanUndeclaredInterface
|
||||
class UserMergeHooks implements AccountFieldsHook, MergeAccountFromToHook, AccountDeleteTablesHook {
|
||||
|
||||
/**
|
||||
* For integration with the UserMerge extension.
|
||||
|
|
Loading…
Reference in a new issue