Skip to content

Commit

Permalink
removed useless extra void in return get_node() WP_Admin_Bar
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvignoli committed Jan 16, 2025
1 parent ebf17a0 commit 38c074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/WordPress/class-wp-admin-bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function add_menu( $node ) {
* @type bool $group Optional. Whether or not the node is a group. Default false.
* @type array $meta Meta data including the following keys: 'html', 'class', 'rel', 'lang', 'dir',
* 'onclick', 'target', 'title', 'tabindex', 'menu_title'. Default empty.
* }|void
* }
*/
public function get_node( $id ) {
}
Expand Down

0 comments on commit 38c074a

Please sign in to comment.