Skip to content

Commit

Permalink
fixup! fix(imap): do a single full sync when QRESYNC is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny committed Sep 2, 2024
1 parent f480790 commit da50bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/IMAP/Sync/Synchronizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function sync(Horde_Imap_Client_Base $imapClient,
}

/**
* @return array [$newUids, $changedUids, $vanishedUids]
* @psalm-return list{int[], int[], int[]} [$newUids, $changedUids, $vanishedUids]
* @throws Horde_Imap_Client_Exception
* @throws Horde_Imap_Client_Exception_Sync
*/
Expand All @@ -108,7 +108,7 @@ private function doCombinedSync(Horde_Imap_Client_Base $imapClient, Horde_Imap_C
}

/**
* @return array [$newUids, $changedUids, $vanishedUids]
* @psalm-return list{int[], int[], int[]} [$newUids, $changedUids, $vanishedUids]
* @throws Horde_Imap_Client_Exception
* @throws Horde_Imap_Client_Exception_Sync
*/
Expand Down

0 comments on commit da50bf2

Please sign in to comment.