We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050c2b1 commit 01e370aCopy full SHA for 01e370a
src/FcmMessage.php
@@ -81,7 +81,7 @@ public function condition(?string $condition): self
81
public function data(?array $data): self
82
{
83
if (! empty(array_filter($data, fn($value) => ! is_string($value)))) {
84
- throw new \InvalidArgumentException("Data values must be strings.");
+ throw new \InvalidArgumentException('Data values must be strings.');
85
}
86
87
$this->data = $data;
0 commit comments