Completed
Push — update/sync-psr4-listener ( afc98b )
by Marin
190:34 queued 181:43
created
packages/sync/src/Listener.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -177,6 +177,9 @@
 block discarded – undo
177 177
 		$queue->add_all( $data_to_enqueue );
178 178
 	}
179 179
 
180
+	/**
181
+	 * @param \Jetpack_Sync_Queue $queue
182
+	 */
180 183
 	function enqueue_action( $current_filter, $args, $queue ) {
181 184
 		// don't enqueue an action during the outbound http request - this prevents recursion
182 185
 		if ( \Jetpack_Sync_Settings::is_sending() ) {
Please login to merge, or discard this patch.