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