Completed
Push — update/IA ( 5aec14...4631b6 )
by
unknown
22:15 queued 12:56
created
sync/class.jetpack-sync-sender.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -172,6 +172,9 @@
 block discarded – undo
172 172
 		}
173 173
 	}
174 174
 
175
+	/**
176
+	 * @param string $when
177
+	 */
175 178
 	private function schedule_sync( $when ) {
176 179
 		wp_schedule_single_event( strtotime( $when ), 'jetpack_sync_actions' );
177 180
 	}
Please login to merge, or discard this patch.
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.