Completed
Push — master ( e3e09e...fb3f67 )
by Dmitrij
03:22
created
routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 use \HotRodCli\Api\GetCommand;
8 8
 
9 9
 /** @var \Slim\App $api */
10
-$api->post('/create/{command}', function (ServerRequestInterface $request, ResponseInterface $response, $args) use ($app) {
10
+$api->post('/create/{command}', function(ServerRequestInterface $request, ResponseInterface $response, $args) use ($app) {
11 11
     return $response->getBody()->write($app->resolve(Processor::class)($request, $args));
12 12
 });
13 13
 
Please login to merge, or discard this patch.