Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12f7a93

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: fix compatibility with Redis Relay 0.8.1 use more entropy with uniqid() [Cache] Improve `dbindex` DSN parameter parsing Support for PHP-CS-Fixer's parallel runner use more entropy with uniqid() add tests for TypeInfo types [Contracts][HttpClient] Skip tests when zlib's `ob_gzhandler()` doesn't exist [Serializer] Raise correct exception in ArrayDenormalizer
2 parents d9ff929 + 9f4974e commit 12f7a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IqsmsTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function doSend(MessageInterface $message): SentMessage
6161
'phone' => $message->getPhone(),
6262
'text' => $message->getSubject(),
6363
'sender' => $message->getFrom() ?: $this->from,
64-
'clientId' => uniqid(),
64+
'clientId' => uniqid('', true),
6565
],
6666
],
6767
'login' => $this->login,

0 commit comments

Comments
 (0)