Completed
Pull Request — master (#228)
by
unknown
02:16
created
src/Board/BoardService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 
45 45
     public function getBoardIssues($id, $paramArray = [])
46 46
     {
47
-        $json = $this->exec($this->uri.'/'.$id . $this->toHttpQueryParameter($paramArray), null);
47
+        $json = $this->exec($this->uri.'/'.$id.$this->toHttpQueryParameter($paramArray), null);
48 48
         $board = $this->json_mapper->mapArray(
49 49
             json_decode($json), new \ArrayObject(), Issue::class
50 50
         );
Please login to merge, or discard this patch.