Fix workflow actions #5
Annotations
10 errors
|
MissingReturnType:
modules/highlight-mfa-users/highlight-mfa-users.php#L7
modules/highlight-mfa-users/highlight-mfa-users.php:7:25: MissingReturnType: Method Automattic\VIP\Security\MFAUsers\Highlight_MFA_Users::init does not have a return type, expecting void (see https://psalm.dev/050)
|
|
UndefinedFunction:
modules/highlight-mfa-users/highlight-mfa-users.php#L9
modules/highlight-mfa-users/highlight-mfa-users.php:9:3: UndefinedFunction: Function Automattic\VIP\Security\MFAUsers\add_action does not exist (see https://psalm.dev/021)
|
|
UndefinedFunction:
modules/highlight-mfa-users/highlight-mfa-users.php#L10
modules/highlight-mfa-users/highlight-mfa-users.php:10:3: UndefinedFunction: Function Automattic\VIP\Security\MFAUsers\add_action does not exist (see https://psalm.dev/021)
|
|
MissingReturnType:
modules/highlight-mfa-users/highlight-mfa-users.php#L16
modules/highlight-mfa-users/highlight-mfa-users.php:16:25: MissingReturnType: Method Automattic\VIP\Security\MFAUsers\Highlight_MFA_Users::display_mfa_disabled_notice does not have a return type, expecting void (see https://psalm.dev/050)
|
|
MixedAssignment:
modules/highlight-mfa-users/highlight-mfa-users.php#L22
modules/highlight-mfa-users/highlight-mfa-users.php:22:3: MixedAssignment: Unable to determine the type that $screen is being assigned to (see https://psalm.dev/032)
|
|
UndefinedFunction:
modules/highlight-mfa-users/highlight-mfa-users.php#L22
modules/highlight-mfa-users/highlight-mfa-users.php:22:13: UndefinedFunction: Function Automattic\VIP\Security\MFAUsers\get_current_screen does not exist (see https://psalm.dev/021)
|
|
MixedPropertyFetch:
modules/highlight-mfa-users/highlight-mfa-users.php#L23
modules/highlight-mfa-users/highlight-mfa-users.php:23:33: MixedPropertyFetch: Cannot fetch property on mixed var $screen (see https://psalm.dev/034)
|
|
MixedAssignment:
modules/highlight-mfa-users/highlight-mfa-users.php#L27
modules/highlight-mfa-users/highlight-mfa-users.php:27:3: MixedAssignment: Unable to determine the type that $skipped_user_ids is being assigned to (see https://psalm.dev/032)
|
|
UndefinedFunction:
modules/highlight-mfa-users/highlight-mfa-users.php#L27
modules/highlight-mfa-users/highlight-mfa-users.php:27:23: UndefinedFunction: Function Automattic\VIP\Security\MFAUsers\get_option does not exist (see https://psalm.dev/021)
|
|
MixedAssignment:
modules/highlight-mfa-users/highlight-mfa-users.php#L40
modules/highlight-mfa-users/highlight-mfa-users.php:40:3: MixedAssignment: Unable to determine the type that $user_query is being assigned to (see https://psalm.dev/032)
|