Skip to content

Commit f2a8095

Browse files
committed
Fix style
1 parent c5e7cd2 commit f2a8095

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ExpoMessage.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,12 @@ public function toArray()
211211
'sound' => $this->sound,
212212
'badge' => $this->badge,
213213
'ttl' => $this->ttl,
214-
'data' => $this->jsonData
214+
'data' => $this->jsonData,
215215
];
216-
if (!empty($this->channelId)) {
216+
if (! empty($this->channelId)) {
217217
$message['channelId'] = $this->channelId;
218218
}
219+
219220
return $message;
220221
}
221222
}

0 commit comments

Comments
 (0)