Completed
Push — master ( 38fa4b...c583b3 )
by Marco
02:12
created
example/Http.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 
27 27
 require __DIR__ . '/../vendor/autoload.php';
28 28
 
29
-$websiteLogic = function (RequestInterface $request): ResponseInterface {
29
+$websiteLogic = function(RequestInterface $request): ResponseInterface {
30 30
     return new Response\TextResponse((string) $request->getUri());
31 31
 };
32 32
 
Please login to merge, or discard this patch.