Passed
Pull Request — master (#64)
by
unknown
02:42
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.
src/Zicht/Itertools/util/Mappings.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,6 @@
 block discarded – undo
129 129
     /**
130 130
      * Returns a closure that returns the json_encoded value as decoded value
131 131
      *
132
-     * @param boolean $assoc
133 132
      * @param int $options
134 133
      * @param int $depth
135 134
      * @return \Closure
Please login to merge, or discard this patch.