Skip to content

Commit d1ce160

Browse files
Merge branch '5.3' into 5.4
* 5.3: Fix Choice constraint with associative choices array [Form] UrlType should not add protocol to emails Silence isatty warnings during tty detection [Serializer] Fix AbstractObjectNormalizer not considering pseudo type false [Notifier] Fix encoding of messages with FreeMobileTransport [Cache] workaround PHP crash [Console] Fix PHP 8.1 deprecation in ChoiceQuestion [Notifier] smsapi-notifier - correct encoding Replaced full CoC text with link to documentation Making the parser stateless [Console] fix restoring stty mode on CTRL+C fix merge (bis) fix merge [Process] Avoid calling fclose on an already closed resource [GHA] test tty group [DI] Fix tests on PHP 7.1
2 parents f21570e + a56dcb8 commit d1ce160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SmsapiTransport.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ protected function doSend(MessageInterface $message): SentMessage
6464
'to' => $message->getPhone(),
6565
'message' => $message->getSubject(),
6666
'format' => 'json',
67+
'encoding' => 'utf-8',
6768
],
6869
]);
6970

0 commit comments

Comments
 (0)