Skip to content

Commit ae2228c

Browse files
committed
Coding Standard
1 parent 2b62ff9 commit ae2228c

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
@@ -81,7 +81,7 @@ public function __toString(): string
8181

8282
$query = http_build_query($params);
8383

84-
if ($query !== '') {
84+
if ('' !== $query) {
8585
$dsn .= sprintf('?%s', $query);
8686
}
8787

0 commit comments

Comments
 (0)