From 64fb8dd1e99bcebe3790c310d4fd918001d8939d Mon Sep 17 00:00:00 2001 From: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:47:46 +0900 Subject: [PATCH] Navigation Block: Remove unnecessary `@param` annotation (#59559) Co-authored-by: t-hamano Co-authored-by: ockham --- packages/block-library/src/navigation/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/block-library/src/navigation/index.php b/packages/block-library/src/navigation/index.php index 1d73d09bbd1fb..72517964e2491 100644 --- a/packages/block-library/src/navigation/index.php +++ b/packages/block-library/src/navigation/index.php @@ -544,7 +544,6 @@ private static function get_nav_wrapper_attributes( $attributes, $inner_blocks ) * Gets the nav element directives. * * @param bool $is_interactive Whether the block is interactive. - * @param array $attributes The block attributes. * @return string the directives for the navigation element. */ private static function get_nav_element_directives( $is_interactive ) {