Passed
Branch v1.5.0 (fcc881)
by Wanderson
02:59
created
www/vendor/Win/Response/ResponseFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,6 +28,6 @@
 block discarded – undo
28 28
 		}
29 29
 
30 30
 		$response = $controller->$action(...$args);
31
-		echo ($response instanceof Response) ? $response->respond() :  $response;
31
+		echo ($response instanceof Response) ? $response->respond() : $response;
32 32
 	}
33 33
 }
Please login to merge, or discard this patch.