Completed
Push — master ( 75846b...78df43 )
by Jeroen
02:32
created
src/Kernel/HttpKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 
47 47
 		$route = new RouteCollection($container);
48 48
 
49
-		$route->map('GET', '/', function (ServerRequestInterface $request, ResponseInterface $response) {
49
+		$route->map('GET', '/', function(ServerRequestInterface $request, ResponseInterface $response) {
50 50
 			$response->getBody()->write('<h1>Hello, World!</h1>');
51 51
 
52 52
 			return $response;
Please login to merge, or discard this patch.