@@ -48,7 +48,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 | |