@@ -393,7 +393,7 @@ discard block |
||
| 393 | 393 | * Formats the row for output on the screen. |
| 394 | 394 | * |
| 395 | 395 | * @param boolean $row the current row to format. |
| 396 | - * @return void |
|
| 396 | + * @return string|null |
|
| 397 | 397 | */ |
| 398 | 398 | public function format_row( $row = false ) { |
| 399 | 399 | if ( false !== $row ) { |
@@ -652,6 +652,7 @@ discard block |
||
| 652 | 652 | |
| 653 | 653 | /** |
| 654 | 654 | * Set the team memberon each item. |
| 655 | + * @param boolean $team_members |
|
| 655 | 656 | */ |
| 656 | 657 | public function set_team_member( $id, $team_members ) { |
| 657 | 658 | delete_post_meta( $id, 'team_to_' . $this->tab_slug ); |
@@ -663,6 +664,7 @@ discard block |
||
| 663 | 664 | |
| 664 | 665 | /** |
| 665 | 666 | * Set the safari brand |
| 667 | + * @param boolean $safari_brands |
|
| 666 | 668 | */ |
| 667 | 669 | public function set_safari_brands( $id, $safari_brands ) { |
| 668 | 670 | foreach ( $safari_brands as $safari_brand ) { |
@@ -924,7 +924,6 @@ discard block |
||
| 924 | 924 | * Takes the WETU tags and sets the Travel Styles. |
| 925 | 925 | * |
| 926 | 926 | * @param string $id |
| 927 | - * @param array $travel_styles |
|
| 928 | 927 | * @return void |
| 929 | 928 | */ |
| 930 | 929 | public function set_travel_styles( $id, $data ) { |
@@ -997,6 +996,7 @@ discard block |
||
| 997 | 996 | * |
| 998 | 997 | * @param $day array |
| 999 | 998 | * @param $id string |
| 999 | + * @param integer $leg_counter |
|
| 1000 | 1000 | * @return boolean / string |
| 1001 | 1001 | */ |
| 1002 | 1002 | public function set_destination( $day, $id, $leg_counter ) { |