Passed
Pull Request — master (#37)
by Aly
03:14
created
src/ExpoMessage.php 1 patch
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.