Completed
Push — add/gdpr-ads-compliance-2 ( 2d78bf )
by
unknown
09:47
created
sync/class.jetpack-sync-json-deflate-array-codec.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -23,10 +23,16 @@
 block discarded – undo
23 23
 
24 24
 	// @see https://gist.github.com/muhqu/820694
25 25
 
26
+	/**
27
+	 * @return string
28
+	 */
26 29
 	protected function json_serialize( $any ) {
27 30
 		return wp_json_encode( jetpack_json_wrap( $any ) );
28 31
 	}
29 32
 
33
+	/**
34
+	 * @param string $str
35
+	 */
30 36
 	protected function json_unserialize( $str ) {
31 37
 		return $this->json_unwrap( json_decode( $str, true ) );
32 38
 	}
Please login to merge, or discard this patch.
_inc/lib/class.jetpack-geolocation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
178 178
 	/**
179 179
 	 * Add a 'monthly' cron schedule.
180 180
 	 *
181
-	 * @param  array $schedules List of WP scheduled cron jobs.
181
+	 * @param  array $cron_schedules List of WP scheduled cron jobs.
182 182
 	 * @return array
183 183
 	 */
184 184
 	public static function add_monthly_cron_schedule( $cron_schedules ) {
Please login to merge, or discard this patch.