Completed
Push — try/full-sync-send-immediately ( 58af13...72f5af )
by
unknown
14:25 queued 07:53
created
packages/sync/src/modules/Full_Sync.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -174,7 +174,6 @@  discard block
 block discarded – undo
174 174
 	 * @access public
175 175
 	 *
176 176
 	 * @param array $configs Full sync configuration for all sync modules.
177
-	 * @param array $enqueue_status Current status of the queue, indexed by sync modules.
178 177
 	 */
179 178
 	public function continue_enqueuing( $configs = null ) {
180 179
 		if ( ! $this->is_started() ) {
@@ -622,7 +621,7 @@  discard block
 block discarded – undo
622 621
 	 * @access private
623 622
 	 *
624 623
 	 * @param string $name    Name of the option.
625
-	 * @param mixed  $default Default value of the option.
624
+	 * @param integer  $default Default value of the option.
626 625
 	 * @return mixed Option value.
627 626
 	 */
628 627
 	private function get_status_option( $name, $default = null ) {
Please login to merge, or discard this patch.