From d3295a59bb352cfcf61d1ab36fb4e2489a9019fa Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Mon, 16 Mar 2020 14:10:05 +0000 Subject: [PATCH] format --- model/MailboxHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/MailboxHandler.php b/model/MailboxHandler.php index cb5b898e..b5ee2551 100644 --- a/model/MailboxHandler.php +++ b/model/MailboxHandler.php @@ -272,7 +272,7 @@ class MailboxHandler extends PFAHandler { } protected function setmore(array $values) { - if(array_key_exists('quota', $this->values)) { + if (array_key_exists('quota', $this->values)) { $this->values['quota'] = (int)$this->values['quota']; } }