Skip to content

Commit

Permalink
fixup! Add check for timestamp to hasLocks
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Mar 24, 2021
1 parent df4992d commit b9041f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Db/MailboxMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public function findAll(Account $account): array {
}

/**
* @throws DoesNotExistException
* @throws ServiceException
*/
public function find(Account $account, string $name): Mailbox {
Expand All @@ -97,7 +96,6 @@ public function find(Account $account, string $name): Mailbox {
*
* @return Mailbox
*
* @throws DoesNotExistException
* @throws ServiceException
*/
public function findById(int $id): Mailbox {
Expand All @@ -123,7 +121,6 @@ public function findById(int $id): Mailbox {
*
* @return Mailbox
*
* @throws DoesNotExistException
* @throws ServiceException
*/
public function findByUid(int $id, string $uid): Mailbox {
Expand Down

0 comments on commit b9041f6

Please sign in to comment.