Skip to content

Commit 6e370cb

Browse files
Add types to public and protected properties
1 parent 8d38235 commit 6e370cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ abstract class FirebaseOptions implements MessageOptionsInterface
2525
/**
2626
* @see https://firebase.google.com/docs/cloud-messaging/xmpp-server-ref.html#notification-payload-support
2727
*/
28-
protected $options;
28+
protected array $options;
2929

3030
private array $data;
3131

0 commit comments

Comments
 (0)