We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c90a5a commit 7e82e97Copy full SHA for 7e82e97
helpers.md
@@ -786,7 +786,7 @@ The `Arr::where` method filters an array using the given closure:
786
<a name="method-array-wrap"></a>
787
#### `Arr::wrap()` {#collection-method}
788
789
-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:
790
791
use Illuminate\Support\Arr;
792
0 commit comments