Completed
Push — fix/missing-cart-events ( be38ab )
by
unknown
12:07
created
woocommerce-analytics/classes/wp-woocommerce-analytics-universal.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -309,7 +309,7 @@  discard block
 block discarded – undo
309 309
 	/**
310 310
 	 * Get the current user id
311 311
 	 *
312
-	 * @return int
312
+	 * @return string
313 313
 	 */
314 314
 	public function get_user_id() {
315 315
 		if ( is_user_logged_in() ) {
@@ -338,7 +338,7 @@  discard block
 block discarded – undo
338 338
 	/**
339 339
 	 * @param $product_id
340 340
 	 * @param $qty
341
-	 * @param $event
341
+	 * @param string $event
342 342
 	 * @param string $cart_item_key
343 343
 	 */
344 344
 	public function capture_event_in_session_data(
Please login to merge, or discard this patch.