Skip to content

Commit

Permalink
Merge pull request #3164 from guidocella/wherein-semicolon
Browse files Browse the repository at this point in the history
Change dot to colon
  • Loading branch information
taylorotwell authored Mar 2, 2017
2 parents 66c345b + b809bfd commit 7ad0ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ This method has the same signature as the [`where`](#method-where) method; howev
<a name="method-wherein"></a>
#### `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],
Expand Down

0 comments on commit 7ad0ff0

Please sign in to comment.