mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 03:06:02 +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
|
||||
}
|
||||
}
|
||||
if ( ! $mb_converted) {
|
||||
if (!$mb_converted) {
|
||||
try {
|
||||
$messageBody = iconv($parameters['charset'], self::$charset . self::$charsetFlag, $messageBody);
|
||||
} catch (Exception $e) {
|
||||
|
Loading…
Reference in New Issue
Block a user