8000 Update src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php · symfony/symfony@2745fa9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2745fa9

Browse files
szal1kfabpot
andauthored
Update src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php
Co-authored-by: Fabien Potencier <fabien@potencier.org>
1 parent 74c4984 commit 2745fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function __toString(): string
7979
$params['test'] = (int) $this->test;
8080
}
8181

82-
$query = http_build_query($params);
82+
$query = http_build_query($params, '', '&');
8383

8484
if ('' !== $query) {
8585
$dsn .= sprintf('?%s', $query);

0 commit comments

Comments
 (0)
0