Completed
Push — fix/missing-cart-events ( dacc67...eefb04 )
by
unknown
10:45
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
@@ -292,7 +292,7 @@  discard block
 block discarded – undo
292 292
 	/**
293 293
 	 * Get the current user id
294 294
 	 *
295
-	 * @return int
295
+	 * @return string
296 296
 	 */
297 297
 	public function get_user_id() {
298 298
 		if ( is_user_logged_in() ) {
@@ -325,7 +325,7 @@  discard block
 block discarded – undo
325 325
 	/**
326 326
 	 * @param $product_id
327 327
 	 * @param $quantity
328
-	 * @param $event
328
+	 * @param string $event
329 329
 	 */
330 330
 	public function capture_event_in_session_data( $product_id, $quantity, $event ) {
331 331
 
Please login to merge, or discard this patch.