Passed
Pull Request — master (#66)
by
unknown
03:29
created
src/ExpoMessage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@
 block discarded – undo
235 235
             'data'      =>  $this->jsonData,
236 236
             'priority'  =>  $this->priority,
237 237
         ];
238
-        if (! empty($this->channelId)) {
238
+        if (!empty($this->channelId)) {
239 239
             $message['channelId'] = $this->channelId;
240 240
         }
241 241
 
Please login to merge, or discard this patch.