Skip to content

Commit adefe35

Browse files
author
Bernhard Breytenbach
committed
Feature: Fix docblock to allow for email
1 parent 444e260 commit adefe35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MessageBird/Objects/Verify.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ class Verify extends Base
3131
protected $href;
3232

3333
/**
34-
* The msisdn of the recipient
34+
* The msisdn or email of the recipient
3535
*
36-
* @var int
36+
* @var int|string
3737
*/
3838
public $recipient;
3939

0 commit comments

Comments
 (0)