@@ -39,7 +39,7 @@ |
||
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 |