Completed
Push — add/sync-rest-2 ( 7deea7...41eee2 )
by
unknown
09:44
created
sync/class.jetpack-sync-client.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -59,6 +59,10 @@
 block discarded – undo
59 59
  * This is used to provide compression and serialization to messages
60 60
  **/
61 61
 interface iJetpack_Sync_Codec {
62
+
63
+	/**
64
+	 * @return string
65
+	 */
62 66
 	public function encode( $object );
63 67
 	public function decode( $input );
64 68
 }
Please login to merge, or discard this patch.