Trim error
cup2000 opened this issue · 1 comments
cup2000 commented
Line 88 in
zend-mail/src/Transport/Sendmail.php
must be
$string = trim($string);
instead of
trim($string);
samsonasik commented
I've created PR #151 for it.
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.