Skip to content

Commit

Permalink
Quoting style
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Sep 7, 2017
1 parent 46dec71 commit eb9e7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SMTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ protected function get_lines()
}
//Deliberate noise suppression - errors are handled afterwards
$str = @fgets($this->smtp_conn, 515);
$this->edebug("SMTP INBOUND: \"". trim($str).'"', self::DEBUG_LOWLEVEL);
$this->edebug('SMTP INBOUND: "' . trim($str) . '"', self::DEBUG_LOWLEVEL);
$data .= $str;
// If response is only 3 chars (not valid, but RFC5321 S4.2 says it must be handled),
// or 4th character is a space, we are done reading, break the loop,
Expand Down

0 comments on commit eb9e7f5

Please sign in to comment.