Completed
Push — master ( 79e18b...694a43 )
by Ivan
02:23
created
src/Collection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * Create a collection based on a range generator
20 20
      * @param  int|float  $low  start value
21 21
      * @param  int|float  $high end value
22
-     * @param  int|float  $step increment
22
+     * @param  integer  $step increment
23 23
      * @return Collection
24 24
      */
25 25
     public static function range($low, $high, $step = 1) : Collection
Please login to merge, or discard this patch.