Smtp : phpstan

This commit is contained in:
2022-07-27 08:37:17 +02:00
parent f083abb3fc
commit bbcb816ff6

View File

@@ -79,6 +79,7 @@ class Smtp
$errno, $errstr, $errno, $errstr,
$this->timeout, STREAM_CLIENT_CONNECT, $this->timeout, STREAM_CLIENT_CONNECT,
$mainContext); $mainContext);
$php_errormsg = "";
ini_set('track_errors', 0); ini_set('track_errors', 0);
if ($this->smtpStream === false) if ($this->smtpStream === false)
{ {