zendframework/zend-mail

Trim error

cup2000 opened this issue · 1 comments

Line 88 in
zend-mail/src/Transport/Sendmail.php
must be
$string = trim($string);
instead of
trim($string);

I've created PR #151 for it.