From b809bfd0697b2ea168ce055dee5285bd0b912c9d Mon Sep 17 00:00:00 2001 From: guidocella Date: Thu, 2 Mar 2017 14:46:27 +0100 Subject: [PATCH] Change dot to semicolon --- collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections.md b/collections.md index ea2210c46e7..f57db8c4886 100644 --- a/collections.md +++ b/collections.md @@ -1437,7 +1437,7 @@ This method has the same signature as the [`where`](#method-where) method; howev #### `whereIn()` {#collection-method} -The `whereIn` method filters the collection by a given key / value contained within the given array. +The `whereIn` method filters the collection by a given key / value contained within the given array: $collection = collect([ ['product' => 'Desk', 'price' => 200],