Completed
Push — master ( dd68a5...320597 )
by Mike
07:49
created
includes/class-wc-shipping-rate.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
 	 *
45 45
 	 * @param string $id
46 46
 	 * @param string $label
47
-	 * @param float $cost
47
+	 * @param integer $cost
48 48
 	 * @param array $taxes
49 49
 	 * @param string $method_id
50 50
 	 */
@@ -87,8 +87,6 @@  discard block
 block discarded – undo
87 87
 	/**
88 88
 	 * Get all meta data for this rate.
89 89
 	 * @since 2.6.0
90
-	 * @param string $key
91
-	 * @param string $value
92 90
 	 */
93 91
 	public function get_meta_data() {
94 92
 		return $this->meta_data;
Please login to merge, or discard this patch.