Skip to content

Commit 876d532

Browse files
committed
[code-convention] Maintain the coding standard.
1 parent d6d2def commit 876d532

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

includes/managers/class-fs-admin-menu-manager.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,13 @@ function is_submenu_item_visible( $id, $default = true, $ignore_menu_existence =
318318
return false;
319319
}
320320

321-
return fs_apply_filter( $this->_module_unique_affix, 'is_submenu_visible', $this->get_bool_option( $this->_default_submenu_items, $id, $default ), $id ); // @phpstan-ignore-line
321+
// @phpstan-ignore-next-line
322+
return fs_apply_filter(
323+
$this->_module_unique_affix,
324+
'is_submenu_visible',
325+
$this->get_bool_option( $this->_default_submenu_items, $id, $default ),
326+
$id
327+
);
322328
}
323329

324330
/**

0 commit comments

Comments
 (0)