Completed
Push — add/handling-connection-errors ( 253b42...700587 )
by
unknown
318:00 queued 310:19
created
packages/connection/src/class-error-handler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.