Skip to content

Commit 3a5c536

Browse files
committed
Made recipient string or int
1 parent 22012b2 commit 3a5c536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MessageBird/Objects/Recipient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Recipient extends Base
1313
/**
1414
* The msisdn of the recipient
1515
*
16-
* @var int
16+
* @var string|int
1717
*/
1818
public $recipient;
1919

@@ -37,7 +37,7 @@ class Recipient extends Base
3737
public $statusDatetime;
3838

3939
/**
40-
* @return int
40+
* @return string|int
4141
*/
4242
public function getRecipient()
4343
{

0 commit comments

Comments
 (0)