Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ The `Arr::where` method filters an array using the given closure:
<a name="method-array-wrap"></a>
#### `Arr::wrap()` {#collection-method}

The `Arr::wrap` method wraps the given value in an array. If the given value is already an array it be returned without modification:
The `Arr::wrap` method wraps the given value in an array. If the given value is already an array it will be returned without modification:

use Illuminate\Support\Arr;

Expand Down