Passed
Pull Request — master (#37)
by Aly
03:14
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
              $data['channelId'] = $this->channelId;
219 219
         }
220 220
         
Please login to merge, or discard this patch.