Completed
Push — add/sync-rest-2 ( 458f76...3e8de3 )
by
unknown
18:38 queued 09:16
created
sync/interface.jetpack-sync-codec.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -5,6 +5,10 @@
 block discarded – undo
5 5
  * This is used to provide compression and serialization to messages
6 6
  **/
7 7
 interface iJetpack_Sync_Codec {
8
+
9
+	/**
10
+	 * @return string
11
+	 */
8 12
 	public function encode( $object );
9 13
 	public function decode( $input );
10 14
 }
11 15
\ No newline at end of file
Please login to merge, or discard this patch.