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)