Completed
Pull Request — master (#37)
by
unknown
06:12
created
src/ExpoMessage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
             'data'      => $this->jsonData,
215 215
         ];
216 216
         
217
-        if(!is_null($this->channelId))
217
+        if (!is_null($this->channelId))
218 218
         {
219 219
             $data['channelId'] = $this->channelId;
220 220
         }
Please login to merge, or discard this patch.