Skip to content

Commit

Permalink
IDE help
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Apr 8, 2024
1 parent fb317f2 commit 4551149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SMTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ protected function edebug($str, $level = 0)
switch ($this->Debugoutput) {
case 'error_log':
//Don't output, just log
/** @noinspection ForgottenDebugOutputInspection */
error_log($str);
break;
case 'html':
Expand Down

0 comments on commit 4551149

Please sign in to comment.