@@ -243,7 +243,7 @@ |
||
243 | 243 | * Encrypt data to be sent over to WP.com |
244 | 244 | * |
245 | 245 | * @param array|string $data the data to be encoded. |
246 | - * @return boolean|string The encoded string on success, false on failure |
|
246 | + * @return false|string The encoded string on success, false on failure |
|
247 | 247 | */ |
248 | 248 | public function encrypt_data_to_wpcom( $data ) { |
249 | 249 |