Completed
Push — master ( 4e7071...99053a )
by Sébastien
02:43
created
src/Manager/StoryPointManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
      * @param array  $doneLists
144 144
      * @param Sprint $sprint
145 145
      *
146
-     * @return int
146
+     * @return double
147 147
      */
148 148
     public function getTotalSprintStoryPoints(array $todoLists, array $wipLists, array $doneLists, Sprint $sprint)
149 149
     {
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     }
167 167
 
168 168
     /**
169
-     * @param $totalOfSprint
169
+     * @param double $totalOfSprint
170 170
      * @param Sprint $sprint
171 171
      *
172 172
      * @return float
Please login to merge, or discard this patch.
src/Model/Sprint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
         $days = $this->getSprintDays();
129 129
         $total = 0;
130 130
 
131
-        if(!$days instanceof \DatePeriod) {
131
+        if (!$days instanceof \DatePeriod) {
132 132
             return null;
133 133
         }
134 134
 
Please login to merge, or discard this patch.