Passed
Push — master ( df31bf...3cfae0 )
by Brice
02:35
created
src/Application/Http/Controller/GitlabController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
         if (!isset($event['project_id']) or !$project = Project::fromArray(
40 40
             $this->gitlab,
41 41
             $this->gitlab->projects()->show($event['project_id']))
42
-        ){
42
+        ) {
43 43
             throw new BadRequestHttpException('Impossible te retrieve a Gitlab project from the request');
44 44
         }
45 45
 
Please login to merge, or discard this patch.