Completed
Push — update/package-sync-wp-super-c... ( 646a03...89a5a9 )
by
unknown
22:00 queued 12:43
created
packages/connection/src/Manager.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 	 * Returns true if the user with the specified identifier is connected to
57 57
 	 * WordPress.com.
58 58
 	 *
59
-	 * @param Integer|Boolean $user_id the user identifier.
59
+	 * @param integer $user_id the user identifier.
60 60
 	 * @return Boolean is the user connected?
61 61
 	 */
62 62
 	public function is_user_connected( $user_id = false ) {
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
 	 * Is the user the connection owner.
106 106
 	 *
107 107
 	 * @param Integer $user_id the user identifier.
108
-	 * @return Boolean is the user the connection owner?
108
+	 * @return integer is the user the connection owner?
109 109
 	 */
110 110
 	public function is_connection_owner( $user_id ) {
111 111
 		return $user_id;
@@ -569,7 +569,7 @@  discard block
 block discarded – undo
569 569
 	 *
570 570
 	 * @param int|false    $user_id   false: Return the Blog Token. int: Return that user's User Token.
571 571
 	 * @param string|false $token_key If provided, check that the token matches the provided input.
572
-	 * @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.
572
+	 * @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.
573 573
 	 *
574 574
 	 * @return object|false
575 575
 	 */
Please login to merge, or discard this patch.