Completed
Push — add/sync-rest-options ( c0c257...3a27a6 )
by
unknown
08:22
created
class.jetpack-sync-functions.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@  discard block
 block discarded – undo
60 60
 		return null;
61 61
 	}
62 62
 
63
+	/**
64
+	 * @param integer $check_sum
65
+	 */
63 66
 	static function sync_all( $values = null, $check_sum = null ) {
64 67
 		if ( is_null( $values ) ) {
65 68
 			$values           = self::values( self::$options );
@@ -79,6 +82,9 @@  discard block
 block discarded – undo
79 82
 		return crc32( self::get_query_string( $values ) );
80 83
 	}
81 84
 
85
+	/**
86
+	 * @return string
87
+	 */
82 88
 	static function get_query_string( $values ) {
83 89
 		return build_query( $values );
84 90
 	}
Please login to merge, or discard this patch.