Skip to content

Commit b7fad35

Browse files
authored
Merge pull request #4 from ilhamarrouf/development
use type hinting array for recipient
2 parents 6373267 + f8dd847 commit b7fad35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fcm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Fcm
1212
protected $data;
1313
protected $notification;
1414

15-
public function to($recipient)
15+
public function to(array $recipient)
1616
{
1717
$this->recipient = $recipient;
1818

0 commit comments

Comments
 (0)