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