Return value directly
This commit is contained in:
parent
97e95ab154
commit
6d7c66df9e
|
|
@ -2947,9 +2947,7 @@ class PHPMailer
|
|||
return $str;
|
||||
}
|
||||
|
||||
$encoded = trim(static::normalizeBreaks($encoded));
|
||||
|
||||
return $encoded;
|
||||
return trim(static::normalizeBreaks($encoded));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue