Passed
Push — master ( 2579fe...c39097 )
by Aly
01:15 queued 13s
created
src/ExpoMessage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
             'ttl'       =>  $this->ttl,
214 214
             'data'      =>  $this->jsonData,
215 215
         ];
216
-        if (! empty($this->channelId)) {
216
+        if (!empty($this->channelId)) {
217 217
             $message['channelId'] = $this->channelId;
218 218
         }
219 219
         
Please login to merge, or discard this patch.