From 0eb2b8ab68766f5e9e6db686362895a97e42eb46 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 15 Jul 2020 18:14:52 +0300 Subject: [PATCH] feat(element-queries): Collections API next round of implementation #436 --- src/flextype/Support/Collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/Support/Collection.php b/src/flextype/Support/Collection.php index 82f4667b..72a822ae 100644 --- a/src/flextype/Support/Collection.php +++ b/src/flextype/Support/Collection.php @@ -132,7 +132,7 @@ class Collection /** * Create a collection from the given value. * - * @param mixed $value + * @param mixed $items * @return \Flextype\Support\Collection */ public static function collect($items)