@@ -382,7 +382,7 @@ discard block |
||
| 382 | 382 | * Formats the row for output on the screen. |
| 383 | 383 | * |
| 384 | 384 | * @param boolean $row the current row to format. |
| 385 | - * @return void |
|
| 385 | + * @return string|null |
|
| 386 | 386 | */ |
| 387 | 387 | public function format_row( $row = false, $row_key = '' ) { |
| 388 | 388 | if ( false !== $row ) { |
@@ -633,6 +633,7 @@ discard block |
||
| 633 | 633 | |
| 634 | 634 | /** |
| 635 | 635 | * Set the team memberon each item. |
| 636 | + * @param boolean $team_members |
|
| 636 | 637 | */ |
| 637 | 638 | public function set_team_member( $id, $team_members ) { |
| 638 | 639 | delete_post_meta( $id, 'team_to_' . $this->tab_slug ); |
@@ -644,6 +645,7 @@ discard block |
||
| 644 | 645 | |
| 645 | 646 | /** |
| 646 | 647 | * Set the safari brand |
| 648 | + * @param boolean $safari_brands |
|
| 647 | 649 | */ |
| 648 | 650 | public function set_safari_brands( $id, $safari_brands ) { |
| 649 | 651 | foreach ( $safari_brands as $safari_brand ) { |