@@ -221,8 +221,8 @@ |
||
| 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 | */ |
@@ -129,7 +129,6 @@ |
||
| 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 |