update stub

This commit is contained in:
CismonX 2018-10-24 13:37:37 +08:00
parent dfde697222
commit e4a0cc2df8
1 changed files with 1 additions and 1 deletions

View File

@ -935,7 +935,7 @@ class Collection implements ArrayAccess, Countable
* @param int $size
* @param int $step[optional] = 1
* @param bool $partial_windows[optional] = false
* @param callable $transform ($value, $key) -> $new_value
* @param callable $transform[optional] ($value, $key) -> $new_value
* @return Collection
*/
function windowed($size, $step, $partial_windows, $transform) {}