Completed
Pull Request — master (#24)
by Julien
02:38
created
src/Aenthill.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
             throw new \RuntimeException('Payload object should implement JsonSerializable. Got an instance of ' . \get_class($payload));
127 127
         }
128 128
         $replies = self::dispatch($event, \GuzzleHttp\json_encode($payload));
129
-        return \array_map(function (string $reply) {
129
+        return \array_map(function(string $reply) {
130 130
             return \GuzzleHttp\json_decode($reply, true);
131 131
         }, $replies);
132 132
     }
Please login to merge, or discard this patch.