0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

Merge pull request #501 from vakartel/patch-2

model/MailboxHandler.php :: eliminate php warning
This commit is contained in:
David Goodwin 2021-06-02 11:26:27 +01:00 committed by GitHub
commit 033b70abcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ class MailboxHandler extends PFAHandler
}
}
public function init($id) : bool
public function init(string $id) : bool
{
if (!parent::init($id)) {
return false;