@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | * Get the wpcom user data of the current|specified connected user. |
83 | 83 | * |
84 | 84 | * @param Integer $user_id the user identifier. |
85 | - * @return Object the user object. |
|
85 | + * @return integer the user object. |
|
86 | 86 | */ |
87 | 87 | public function get_connected_user_data( $user_id ) { |
88 | 88 | return $user_id; |
@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | * Is the user the connection owner. |
93 | 93 | * |
94 | 94 | * @param Integer $user_id the user identifier. |
95 | - * @return Boolean is the user the connection owner? |
|
95 | + * @return integer is the user the connection owner? |
|
96 | 96 | */ |
97 | 97 | public function is_connection_owner( $user_id ) { |
98 | 98 | return $user_id; |
@@ -421,7 +421,7 @@ discard block |
||
421 | 421 | /** |
422 | 422 | * This function mirrors Jetpack_Data::is_usable_domain() in the WPCOM codebase. |
423 | 423 | * |
424 | - * @param $domain |
|
424 | + * @param string|false $domain |
|
425 | 425 | * @param array $extra |
426 | 426 | * |
427 | 427 | * @return bool|WP_Error |