Skip to content

Commit 650118b

Browse files
https://github.com/Webklex/php-imap/issues/352
1 parent c78c793 commit 650118b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ public function getQuotaRoot(string $quota_root = 'INBOX'): array {
647647
* @throws ConnectionFailedException
648648
* @throws Exceptions\RuntimeException
649649
*/
650-
public function expunge(): bool {
650+
public function expunge(): array {
651651
$this->checkConnection();
652652
return $this->connection->expunge();
653653
}

0 commit comments

Comments
 (0)