Skip to content

Commit 3a76cfb

Browse files
(standards): fix coding standards issue, remove extra whitespace.
1 parent 01e370a commit 3a76cfb

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
@@ -82,7 +82,7 @@ public function data(?array $data): self
8282
{
8383
if (! empty(array_filter($data, fn($value) => ! is_string($value)))) {
8484
throw new \InvalidArgumentException('Data values must be strings.');
85-
}
85+
}
8686

8787
$this->data = $data;
8888

0 commit comments

Comments
 (0)