fix more errors

This commit is contained in:
Art4 2024-11-17 22:13:01 +00:00
parent 36484309d1
commit 08ecf2c9a4
3 changed files with 25 additions and 17 deletions

View file

@ -25,7 +25,7 @@ class Email
* @param string $mailbox The mailbox name
* @param string $username The username
* @param string $password The password
* @return Connection|resource|bool
* @return Connection|false
* @throws \Exception
*/
public static function connect(string $mailbox, string $username, string $password)