From 94289511e151dd7d1421635807f977cb9a165449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Mazi=C3=A8re?= Date: Sun, 3 Jul 2016 19:04:32 +0200 Subject: [PATCH] [GithubIssueBridge] fix parameters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Mazière --- bridges/GithubIssueBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/GithubIssueBridge.php b/bridges/GithubIssueBridge.php index eaf4d9dd..4c56cf0a 100644 --- a/bridges/GithubIssueBridge.php +++ b/bridges/GithubIssueBridge.php @@ -14,7 +14,7 @@ class GithubIssueBridge extends BridgeAbstract{ $this->description = 'Returns the comments of a github project issue'; $this->update = '2016-06-25'; - $this->parameters= + $this->parameters[]= '[ { "name" : "User name",