IDE help
This commit is contained in:
parent
fb317f2a36
commit
4551149ba2
|
|
@ -294,6 +294,7 @@ class SMTP
|
|||
switch ($this->Debugoutput) {
|
||||
case 'error_log':
|
||||
//Don't output, just log
|
||||
/** @noinspection ForgottenDebugOutputInspection */
|
||||
error_log($str);
|
||||
break;
|
||||
case 'html':
|
||||
|
|
|
|||
Loading…
Reference in New Issue