Skip to content

Commit 6dbf0e0

Browse files
committed
fix return type
1 parent 39e3ba4 commit 6dbf0e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Symfony/Component/Notifier/Bridge/Smsbox/SmsboxOptions.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ public function __construct(array $options = [])
5656
$this->options = [];
5757
}
5858

59-
/**
60-
* @return null
61-
*/
62-
public function getRecipientId(): ?string
59+
public function getRecipientId(): null
6360
{
6461
return null;
6562
}

0 commit comments

Comments
 (0)