Passed
Push — master ( 846edf...d5342d )
by Felipe
01:54
created
tests/Middleware/RequestHandlerMiddlewareTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         $this->next       = $this->prophesize(RequestHandlerInterface::class);
39 39
 
40 40
         $testClass = $this;
41
-        $callback  = function () use ($testClass) {
41
+        $callback  = function() use ($testClass) {
42 42
             $testClass->execution[] = \spl_object_hash($this);
43 43
 
44 44
             return $testClass->response->reveal();
Please login to merge, or discard this patch.