Completed
Pull Request — master (#193)
by
unknown
01:52
created
src/Board/BoardService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,10 +91,10 @@
 block discarded – undo
91 91
         return $boards;
92 92
     }
93 93
 
94
-    public function getSprintInfoForBoard($boardId,$paramArray)
94
+    public function getSprintInfoForBoard($boardId, $paramArray)
95 95
     {
96 96
         $board = $this->getBoard($boardId);
97
-        $sprintList = $this->loopOverResults($this->uri.'/'.$boardId.'/sprint/',$paramArray);
97
+        $sprintList = $this->loopOverResults($this->uri.'/'.$boardId.'/sprint/', $paramArray);
98 98
         $sprintObjectsArray = array();
99 99
         foreach ($sprintList as $sprint) {
100 100
             $sprintObjectsArray[$sprint->id] = SprintService::getSprintFromJSON($sprint);
Please login to merge, or discard this patch.