mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-25 12:36:01 +03:00
Fix control_spaces PSR error
This commit is contained in:
parent
38dd385cb8
commit
3e61c32056
@ -473,7 +473,7 @@ class Message
|
|||||||
// @TODO Handle exception
|
// @TODO Handle exception
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( ! $mb_converted) {
|
if (!$mb_converted) {
|
||||||
try {
|
try {
|
||||||
$messageBody = iconv($parameters['charset'], self::$charset . self::$charsetFlag, $messageBody);
|
$messageBody = iconv($parameters['charset'], self::$charset . self::$charsetFlag, $messageBody);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user