Completed
Push — try/connection-split ( 62972f...3d5e70 )
by
unknown
07:24
created
packages/jetpack-connection/lib/Manager.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
 	/**
49 49
 	 * Returns true if the current site is connected to WordPress.com.
50 50
 	 *
51
-	 * @return Boolean is the site connected?
51
+	 * @return boolean|null is the site connected?
52 52
 	 */
53 53
 	public function is_active() {
54 54
 
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
 	 * WordPress.com.
60 60
 	 *
61 61
 	 * @param Integer $user_id the user identifier.
62
-	 * @return Boolean is the user connected?
62
+	 * @return boolean|null is the user connected?
63 63
 	 */
64 64
 	public function is_user_connected( $user_id ) {
65 65
 
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
 	 * Is the user the connection owner.
80 80
 	 *
81 81
 	 * @param Integer $user_id the user identifier.
82
-	 * @return Boolean is the user the connection owner?
82
+	 * @return boolean|null is the user the connection owner?
83 83
 	 */
84 84
 	public function is_connection_owner( $user_id ) {
85 85
 
Please login to merge, or discard this patch.