Completed
Push — add/is-active-to-connection-pa... ( 30e22c )
by
unknown
18:06 queued 10:36
created
packages/connection/src/Manager.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.