Passed
Pull Request — master (#302)
by
unknown
02:24
created
src/RapidCharts/ScopeChangeBurnDownChartService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
         $this->setupAPIUri();
19 19
     }
20 20
 
21
-    public function getBurnDownChartData($rapidViewId, $sprintId, $paramArray=[])
21
+    public function getBurnDownChartData($rapidViewId, $sprintId, $paramArray = [])
22 22
     {
23 23
         $paramArray['rapidViewId'] = $rapidViewId;
24 24
         $paramArray['sprintId'] = $sprintId;
Please login to merge, or discard this patch.