Merge pull request #4146 from goodjack/patch-2

Update helpers.md
This commit is contained in:
Taylor Otwell 2018-03-05 07:54:16 -06:00 committed by GitHub
commit 85411b61db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ The `array_where` function filters an array using the given Closure:
return is_string($value);
});
// [1 => 200, 3 => 400]
// [1 => '200', 3 => '400']
<a name="method-array-wrap"></a>
#### `array_wrap()` {#collection-method}