Passed
Pull Request — master (#4)
by Alex
03:20
created
src/PushMessage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -255,7 +255,7 @@
 block discarded – undo
255 255
 
256 256
         $actions = $this->getActions();
257 257
 
258
-        return array_map(function (MessageActionContract $action) {
258
+        return array_map(function(MessageActionContract $action) {
259 259
             return $action->toArray();
260 260
         }, $actions);
261 261
     }
Please login to merge, or discard this patch.