@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | * Is the user the connection owner. |
107 | 107 | * |
108 | 108 | * @param Integer $user_id the user identifier. |
109 | - * @return Boolean is the user the connection owner? |
|
109 | + * @return integer is the user the connection owner? |
|
110 | 110 | */ |
111 | 111 | public function is_connection_owner( $user_id ) { |
112 | 112 | return $user_id; |
@@ -570,7 +570,7 @@ discard block |
||
570 | 570 | * |
571 | 571 | * @param int|false $user_id false: Return the Blog Token. int: Return that user's User Token. |
572 | 572 | * @param string|false $token_key If provided, check that the token matches the provided input. |
573 | - * @param bool|true $suppress_errors If true, return a falsy value when the token isn't found; When false, return a descriptive WP_Error when the token isn't found. |
|
573 | + * @param boolean $suppress_errors If true, return a falsy value when the token isn't found; When false, return a descriptive WP_Error when the token isn't found. |
|
574 | 574 | * |
575 | 575 | * @return object|false |
576 | 576 | */ |