Passed
Pull Request — master (#37)
by Aly
03:14
created
src/ExpoMessage.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
         ];
216 216
         
217 217
         if (! is_null($this->channelId)) {
218
-             $data['channelId'] = $this->channelId;
218
+                $data['channelId'] = $this->channelId;
219 219
         }
220 220
         
221 221
         return $data;
Please login to merge, or discard this 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.