Completed
Push — master ( 6454a4...597b3a )
by Sébastien
10:26 queued 01:34
created
src/BurndownGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     /**
83 83
      * @param array  $lists
84 84
      * @param string $listName
85
-     * @param $boardName
85
+     * @param null|string $boardName
86 86
      *
87 87
      * @throws \Exception
88 88
      */
Please login to merge, or discard this patch.
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.