@@ -140,8 +140,8 @@ |
||
| 140 | 140 | * Works as array_slice |
| 141 | 141 | * |
| 142 | 142 | * |
| 143 | - * @param $offset |
|
| 144 | - * @param null $length |
|
| 143 | + * @param integer $offset |
|
| 144 | + * @param integer $length |
|
| 145 | 145 | * @return $this |
| 146 | 146 | */ |
| 147 | 147 | public function slice($offset, $length = null) { |