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 6d61360 commit 5fbecffCopy full SHA for 5fbecff
Message/SmsMessage.php
@@ -58,7 +58,7 @@ public function getPhone(): string
58
return $this->phone;
59
}
60
61
- public function getRecipientId(): ?string
+ public function getRecipientId(): string
62
{
63
64
Transport/NullTransportFactory.php
@@ -20,6 +20,9 @@
20
*/
21
final class NullTransportFactory extends AbstractTransportFactory
22
23
+ /**
24
+ * @return NullTransport
25
+ */
26
public function create(Dsn $dsn): TransportInterface
27
28
if ('null' === $dsn->getScheme()) {
0 commit comments