From fa7a053c65ac707bd977ccbc4231064d5c20a9df Mon Sep 17 00:00:00 2001 From: Teromene Date: Tue, 2 Aug 2016 13:45:12 +0200 Subject: [PATCH] Fix GitlabCommitsBridge. --- bridges/GitlabCommitsBridge.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridges/GitlabCommitsBridge.php b/bridges/GitlabCommitsBridge.php index 3361ef47..df04d633 100644 --- a/bridges/GitlabCommitsBridge.php +++ b/bridges/GitlabCommitsBridge.php @@ -14,7 +14,7 @@ class GitlabCommitsBridge extends BridgeAbstract{ $this->description = 'Returns the commits of a project hosted on a gitlab instance'; $this->update = '2016-06-19'; - $this->parameters= + $this->parameters[] = '[ { "name" : "Base URI", @@ -27,7 +27,7 @@ class GitlabCommitsBridge extends BridgeAbstract{ { "name" : "Project name", "identifier" : "p" - } + }, { "name" : "Project branch", "identifier" : "b"