|
@@ -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.