Passed
Push — master ( 9724c5...70c048 )
by Warwick
02:10
created
classes/class-lsx-wetu-importer-accommodation.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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 ) {
Please login to merge, or discard this patch.