Skip to content

Commit 0ebe7c7

Browse files
Fix: Remove an unnecessary @return tag from this filter docblock. (#69960)
Co-authored-by: johnbillion <[email protected]> Co-authored-by: Mamaduka <[email protected]>
1 parent a781612 commit 0ebe7c7

File tree

1 file changed

+0
-1
lines changed
  • packages/block-library/src/navigation

1 file changed

+0
-1
lines changed

packages/block-library/src/navigation/index.php

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ private static function does_block_need_a_list_item_wrapper( $block ) {
133133
* @since 6.5.0
134134
*
135135
* @param array $needs_list_item_wrapper The list of blocks that need a list item wrapper.
136-
* @return array The list of blocks that need a list item wrapper.
137136
*/
138137
$needs_list_item_wrapper = apply_filters( 'block_core_navigation_listable_blocks', static::$needs_list_item_wrapper );
139138

0 commit comments

Comments
 (0)