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