Passed
Pull Request — master (#25)
by Ronan
05:00
created
config/routes.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
 $app->map(['GET', 'POST'], '/deploy/{key}/{deployment}', ProjectController::class . ':redeploy')
27 27
     ->setName('project.redeploy');
28 28
 
29
-$app->group('/api/project', function (App $app) {
29
+$app->group('/api/project', function(App $app) {
30 30
     $app->map(['GET'], '/{key}/branches-and-tags', ApiController::class . ':branchesAndTags');
31 31
     $app->map(['GET'], '/{key}/events/{number}', ApiController::class . ':events');
32 32
 });
Please login to merge, or discard this patch.