Skip to content

Commit

Permalink
tidy up phpcs lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gwwar committed Feb 19, 2021
1 parent 5446233 commit 0420728
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/block-library/src/navigation-link/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,8 @@ function render_block_core_navigation_link( $attributes, $content, $block ) {
/**
* Returns a navigation link variation
*
* @param $entity WP_Taxonomy|WP_Post_Type post type or taxonomy entity.
* @param $kind string string of value 'taxonomy' or 'post-type'
* @param $name string entity name eg: post, page, post_tag, category
* @param WP_Taxonomy|WP_Post_Type $entity post type or taxonomy entity.
* @param string $kind string of value 'taxonomy' or 'post-type'.
*
* @return array
*/
Expand Down

0 comments on commit 0420728

Please sign in to comment.