Skip to content

Commit

Permalink
phpDoc corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
shazahm1 committed Nov 30, 2023
1 parent e7bc840 commit 0334ca5
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions includes/template/class.template-walker-term-select-enhanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class CN_Walker_Term_Select_List_Enhanced extends Walker {
/**
* What the class handles.
*
* @see Walker::$tree_type
* @since 8.2.4
* @var string
*/
Expand All @@ -36,7 +35,6 @@ class CN_Walker_Term_Select_List_Enhanced extends Walker {
/**
* Database fields to use.
*
* @see Walker::$db_fields
* @since 8.2.4
* @todo Decouple this
* @var array
Expand All @@ -56,7 +54,7 @@ class CN_Walker_Term_Select_List_Enhanced extends Walker {
*
* This is the Connections equivalent of {@see wp_dropdown_categories()} in WordPress core ../wp-includes/category-template.php
*
* @since 8.2.4
* @since 8.2.4
*
* @param array $atts {
* Optional. An array of arguments.
Expand Down Expand Up @@ -399,11 +397,7 @@ private function generatePlaceholder( array $atts ): string {
/**
* Sets @see CN_Walker_Term_Select_List_Chosen::close_group to true if grouping by parent category.
*
* @access public
* @since 8.2.4
* @static
*
* @see Walker::start_lvl()
* @since 8.2.4
*
* @param string $output Passed by reference. Used to append additional content.
* @param int $depth Depth of category in reference to parent. Default 0.
Expand All @@ -420,11 +414,7 @@ public function start_lvl( &$output, $depth = 0, $args = array() ) {
/**
* Sets @see CN_Walker_Term_Select_List_Chosen::close_group to false if grouping by parent category.
*
* @access public
* @since 8.2.4
* @static
*
* @see Walker::end_lvl()
* @since 8.2.4
*
* @param string $output Passed by reference. Used to append additional content.
* @param int $depth Depth of category in reference to parent. Default 0.
Expand All @@ -442,14 +432,7 @@ public function end_lvl( &$output, $depth = 0, $args = array() ) {
/**
* Start the element output.
*
* @access public
* @since 8.2.4
* @static
*
* @see Walker::start_el()
*
* @uses apply_filters()
* @uses number_format_i18n()
* @since 8.2.4
*
* @param string $output Passed by reference. Used to append additional content.
* @param object $data_object Category data object.
Expand Down

0 comments on commit 0334ca5

Please sign in to comment.