Passed
Pull Request — master (#247)
by Gonçalo
01:37
created
src/Board/BoardService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.