@@ -58,7 +58,7 @@ |
||
58 | 58 | |
59 | 59 | public function getBoardSprints($boardId, $paramArray = []) |
60 | 60 | { |
61 | - $json = $this->exec($this->uri . '/' . $boardId . '/sprint' . $this->toHttpQueryParameter($paramArray), null); |
|
61 | + $json = $this->exec($this->uri.'/'.$boardId.'/sprint'.$this->toHttpQueryParameter($paramArray), null); |
|
62 | 62 | $sprints = $this->json_mapper->mapArray( |
63 | 63 | json_decode($json)->values, new \ArrayObject(), Sprint::class |
64 | 64 | ); |