Completed
Push — renovate/wordpress-monorepo ( 8cdadc...6203b6 )
by
unknown
552:54 queued 542:45
created
projects/packages/connection/src/class-manager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.