Completed
Push — add/sync-middleware ( dbc50b )
by
unknown
09:16
created
sync/class.jetpack-sync-packager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -38,6 +38,9 @@
 block discarded – undo
38 38
 		);
39 39
 	}
40 40
 
41
+	/**
42
+	 * @param string $action
43
+	 */
41 44
 	function did_action( $action ) {
42 45
 		return in_array( $action, wp_list_pluck( $this->items, 'action' ) );
43 46
 	}
Please login to merge, or discard this patch.