mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-04-04 22:03:36 +03:00
Fix control_spaces PSR error
This commit is contained in:
parent
38dd385cb8
commit
3e61c32056
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ class Message
|
|||
// @TODO Handle exception
|
||||
}
|
||||
}
|
||||
if ( ! $mb_converted) {
|
||||
if (!$mb_converted) {
|
||||
try {
|
||||
$messageBody = iconv($parameters['charset'], self::$charset . self::$charsetFlag, $messageBody);
|
||||
} catch (Exception $e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue