Passed
Push — master ( 6bd0e7...b4eee4 )
by Warwick
02:16
created
classes/class-lsx-wetu-importer-tours.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -798,7 +798,7 @@  discard block
 block discarded – undo
798 798
 	 *
799 799
 	 * @param $day
800 800
 	 * @param $leg
801
-	 * @return void
801
+	 * @return boolean
802 802
 	 */
803 803
 	public function get_mobile_destination( $day, $leg, $id ) {
804 804
 		$current_destination = false;
@@ -938,7 +938,6 @@  discard block
 block discarded – undo
938 938
 	 * Takes the WETU tags and sets the Travel Styles.
939 939
 	 *
940 940
 	 * @param string $id
941
-	 * @param array $travel_styles
942 941
 	 * @return void
943 942
 	 */
944 943
 	public function set_travel_styles( $id, $data ) {
@@ -1012,6 +1011,7 @@  discard block
 block discarded – undo
1012 1011
 	 *
1013 1012
 	 * @param $day array
1014 1013
 	 * @param $id string
1014
+	 * @param integer $leg_counter
1015 1015
 	 * @return boolean / string
1016 1016
 	 */
1017 1017
 	public function set_destination( $day, $id, $leg_counter ) {
Please login to merge, or discard this patch.