Skip to content

Commit

Permalink
Update collections.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 17, 2020
1 parent 05f96ce commit 930210e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions collections.md
Expand Up @@ -2374,8 +2374,6 @@ The `whereIn` method filters the collection by a given key / value contained wit

The `whereIn` method uses "loose" comparisons when checking item values, meaning a string with an integer value will be considered equal to an integer of the same value. Use the [`whereInStrict`](#method-whereinstrict) method to filter using "strict" comparisons.

> {tip} The order of returned elements will match their order in the original Collection, not the order of values passed in.
<a name="method-whereinstrict"></a>
#### `whereInStrict()` {#collection-method}

Expand Down

0 comments on commit 930210e

Please sign in to comment.