Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c221681

Browse files
minor #53210 [Notifier] fix return type (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- [Notifier] fix return type | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 6dbf0e0 fix return type
2 parents 39e3ba4 + 6dbf0e0 commit c221681

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)