mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Remove more @function error suppressions
This commit is contained in:
parent
a1ce3f0e84
commit
0d54a372df
5 changed files with 34 additions and 51 deletions
|
|
@ -174,7 +174,7 @@ class SmtpClient extends \MailSo\Net\NetClient
|
|||
$sContinuationResponse = !empty($this->aResults[0]) ? \trim($this->aResults[0]) : '';
|
||||
if ($sContinuationResponse && '334 ' === \substr($sContinuationResponse, 0, 4) && 0 < \strlen(\substr($sContinuationResponse, 4)))
|
||||
{
|
||||
$sTicket = @\base64_decode(\substr($sContinuationResponse, 4));
|
||||
$sTicket = \base64_decode(\substr($sContinuationResponse, 4));
|
||||
$this->writeLogWithCrlf('ticket: '.$sTicket);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue