Completed
Push — sync/westi/r174008-wpcom-15244... ( 1fdca6 )
by
unknown
80:27 queued 67:00
created
sync/class.jetpack-sync-json-deflate-array-codec.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -22,10 +22,17 @@
 block discarded – undo
22 22
 	}
23 23
 
24 24
 	// @see https://gist.github.com/muhqu/820694
25
+
26
+	/**
27
+	 * @return string
28
+	 */
25 29
 	private function json_serialize( $any ) {
26 30
 		return wp_json_encode( jetpack_json_wrap( $any ) );
27 31
 	}
28 32
 
33
+	/**
34
+	 * @param string $str
35
+	 */
29 36
 	private function json_unserialize( $str ) {
30 37
 		return $this->json_unwrap( json_decode( $str, true ) );
31 38
 	}
Please login to merge, or discard this patch.