Passed
Pull Request — master (#64)
by
unknown
02:48
created
src/Zicht/Itertools/itertools.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -221,8 +221,8 @@
 block discarded – undo
221 221
  * > count(2.5, 0.5)
222 222
  * 2.5 3.0 3.5 4.0 ...
223 223
  *
224
- * @param int|float $start
225
- * @param int|float $step
224
+ * @param integer $start
225
+ * @param integer $step
226 226
  * @return CountIterator
227 227
  * @deprecated Use new CountIterator($start, $step), will be removed in version 3.0
228 228
  */
Please login to merge, or discard this patch.