Completed
Push — master ( b34c16...a1c996 )
by Iman
07:14 queued 03:01
created
src/ListenerFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
      */
29 29
     private function exceptionCallback($e, $cb): \Closure
30 30
     {
31
-        return function (...$f) use ($e, $cb) {
31
+        return function(...$f) use ($e, $cb) {
32 32
             if (!$cb($f)) {
33 33
                 throw $e;
34 34
             }
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
      */
44 44
     private function responseCallback($resp, $cb): \Closure
45 45
     {
46
-        return function (...$f) use ($resp, $cb) {
46
+        return function(...$f) use ($resp, $cb) {
47 47
             if (!$cb($f)) {
48 48
                 $respObj = response();
49 49
                 foreach ($resp as $call) {
Please login to merge, or discard this patch.