Skip to content

Commit f8dd847

Browse files
committed
use type hinting array for recipient
1 parent 6373267 commit f8dd847

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)