From e4a0cc2df8b38ed900f38a5bda73ee2920501883 Mon Sep 17 00:00:00 2001 From: CismonX Date: Wed, 24 Oct 2018 13:37:37 +0800 Subject: [PATCH] update stub --- stubs/Collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/Collection.php b/stubs/Collection.php index 4a5c106..1aad14e 100644 --- a/stubs/Collection.php +++ b/stubs/Collection.php @@ -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) {}