Completed
Push — add/google-maps/api-key ( 5599f7...90239a )
by
unknown
26:57 queued 16:47
created
sync/class.jetpack-sync-modules.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
 		return self::$initialized_modules;
37 37
 	}
38 38
 
39
+	/**
40
+	 * @param string $module_name
41
+	 */
39 42
 	public static function get_module( $module_name ) {
40 43
 		foreach( self::get_modules() as $module ) {
41 44
 			if ( $module->name() === $module_name ) {
Please login to merge, or discard this patch.
sync/class.jetpack-sync-wp-replicastore.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -401,6 +401,10 @@  discard block
 block discarded – undo
401 401
 	}
402 402
 
403 403
 	// functions
404
+
405
+	/**
406
+	 * @param string $name
407
+	 */
404 408
 	public function get_callable( $name ) {
405 409
 		$value = get_option( 'jetpack_' . $name );
406 410
 
@@ -640,6 +644,9 @@  discard block
 block discarded – undo
640 644
 		return $histogram;
641 645
 	}
642 646
 
647
+	/**
648
+	 * @param string|null $id_column
649
+	 */
643 650
 	private function table_checksum( $table, $columns, $id_column, $where_sql = '1=1', $min_id = null, $max_id = null ) {
644 651
 		global $wpdb;
645 652
 
Please login to merge, or discard this patch.