Skip to content

Commit 5784e76

Browse files
authored
Add more specific parameter type for setData() method (#114)
1 parent f252588 commit 5784e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FcmMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getData(): ?array
9494
}
9595

9696
/**
97-
* @param array|null $data
97+
* @param array<string, string>|null $data
9898
* @return FcmMessage
9999
*/
100100
public function setData(?array $data): self

0 commit comments

Comments
 (0)