Completed
Push — master ( dbd066...6916b2 )
by Konstantinos
03:49
created
src/IVCalculator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      * @param $dustCost
14 14
      * @param bool $neverUpgraded
15 15
      *
16
-     * @return Evaluation
16
+     * @return \Illuminate\Support\Collection
17 17
      */
18 18
     public function evaluate($pokemonNameOrId, $cp, $hp, $dustCost, $neverUpgraded = false)
19 19
     {
Please login to merge, or discard this patch.