Skip to content

Commit ee66636

Browse files
committed
Reduce width
1 parent 2d88204 commit ee66636

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Folder.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ public function select(bool $force = false): void
161161
public function quota(): array
162162
{
163163
if (! in_array('QUOTA', $this->mailbox->capabilities())) {
164-
throw new ImapCapabilityException('Unable to fetch mailbox quotas. IMAP server does not support QUOTA capability.');
164+
throw new ImapCapabilityException(
165+
'Unable to fetch mailbox quotas. IMAP server does not support QUOTA capability.'
166+
);
165167
}
166168

167169
$responses = $this->mailbox->connection()->quotaRoot($this->path);

0 commit comments

Comments
 (0)