Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Rogachev <[email protected]>
  • Loading branch information
vjik and arogachev authored Dec 7, 2023
1 parent 53dd7e9 commit d819976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ $config = new Config(
$params = $config->get('params'); // merged recursively
```

If you want to recursively merge arrays to a certain depth, to use the `RecursiveMerge::groupsWithDepth()` method:
If you want to recursively merge arrays to a certain depth, use the `RecursiveMerge::groupsWithDepth()` method:

```php
RecursiveMerge::groups(['widgets-themes', 'my-custom-group'], 1)
Expand Down

0 comments on commit d819976

Please sign in to comment.