Passed
Push — master ( 5866b4...b62974 )
by Woody
59:45
created
tests/BrokerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
     {
89 89
         $middleware = Phony::mock(MiddlewareInterface::class);
90 90
 
91
-        $middleware->process->does(function ($request, $handler) {
91
+        $middleware->process->does(function($request, $handler) {
92 92
             return $handler->handle($request);
93 93
         });
94 94
 
Please login to merge, or discard this patch.