Completed
Pull Request — master (#11082)
by
unknown
17:25
created
includes/class-wc-cart.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -890,7 +890,7 @@
 block discarded – undo
890 890
 		 * @param int $variation_id
891 891
 		 * @param array $variation attribute values
892 892
 		 * @param array $cart_item_data extra cart item data we want to pass into the item
893
-		 * @return string|bool $cart_item_key
893
+		 * @return string|false $cart_item_key
894 894
 		 */
895 895
 		public function add_to_cart( $product_id = 0, $quantity = 1, $variation_id = 0, $variation = array(), $cart_item_data = array() ) {
896 896
 			// Wrap in try catch so plugins can throw an exception to prevent adding to cart
Please login to merge, or discard this patch.