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