Completed
Push — instant-search-master ( e67c60...e24956 )
by
unknown
11:28 queued 04:53
created
packages/sync/src/class-listener.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
 	 * Prevent adding items to the queue if it hasn't sent an item for 15 mins
158 158
 	 * AND the queue is over 1000 items long (by default).
159 159
 	 *
160
-	 * @param object $queue Sync queue.
160
+	 * @param string $queue Sync queue.
161 161
 	 * @return bool
162 162
 	 */
163 163
 	public function can_add_to_queue( $queue ) {
@@ -360,7 +360,7 @@  discard block
 block discarded – undo
360 360
 	 * Sync Data Loss Handler
361 361
 	 *
362 362
 	 * @param Queue $queue Sync queue.
363
-	 * @return boolean was send successful
363
+	 * @return null|Items was send successful
364 364
 	 */
365 365
 	public function sync_data_loss( $queue ) {
366 366
 		if ( ! Settings::is_sync_enabled() ) {
Please login to merge, or discard this patch.