Skip to content

Commit c5dd7b8

Browse files
committed
remove phan suppression
1 parent b24ee47 commit c5dd7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/packages/jetpack-mu-wpcom/src/features/wpcom-admin-menu/wpcom-admin-menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ function add_submenu_jetpack_forms() {
481481
$has_switch_class = class_exists( 'Dashboard_View_Switch' );
482482
// @phan-suppress-next-line PhanUndeclaredClassReference
483483
$has_method = method_exists( 'Dashboard_View_Switch', 'is_jetpack_forms_admin_page_available' );
484-
// @phan-suppress-next-line PhanUndeclaredStaticMethod
484+
485485
if ( ! $has_switch_class || ! $has_method || ! Dashboard_View_Switch::is_jetpack_forms_admin_page_available() ) {
486486
return;
487487
}

0 commit comments

Comments
 (0)