@@ -292,7 +292,7 @@ discard block |
||
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 |
||
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 |