@@ -290,7 +290,7 @@ discard block |
||
290 | 290 | /** |
291 | 291 | * Verifies the signature of the current request. |
292 | 292 | * |
293 | - * @return false|array |
|
293 | + * @return boolean |
|
294 | 294 | */ |
295 | 295 | public function verify_xml_rpc_signature() { |
296 | 296 | if ( is_null( $this->xmlrpc_verification ) ) { |
@@ -1464,7 +1464,7 @@ discard block |
||
1464 | 1464 | /** |
1465 | 1465 | * Obtains the auth token. |
1466 | 1466 | * |
1467 | - * @param array $data The request data. |
|
1467 | + * @param string $data The request data. |
|
1468 | 1468 | * @return object|\WP_Error Returns the auth token on success. |
1469 | 1469 | * Returns a \WP_Error on failure. |
1470 | 1470 | */ |