We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79eec8 commit cafc9bcCopy full SHA for cafc9bc
src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php
@@ -54,7 +54,7 @@ public function __toString(): string
54
'smslongnbr' => $this->smsLongNBr,
55
]);
56
57
- return sprintf('spothit://%s', $this->getEndpoint()).($query !== '' ? '?' . $query : '');
+ return sprintf('spothit://%s', $this->getEndpoint()).('' !== $query ? '?'.$query : '');
58
}
59
60
public function setSmsLong(?bool $smsLong): self
0 commit comments