Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
minwork committed Apr 21, 2020
2 parents e307f58 + 628f1f9 commit 8987cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/common-methods/set-setnestedelement.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
#### Definition

```php
Arr::setNestedElement(array $array, mixed $keys, mixed $value): array
Arr::setNestedElement(array|ArrayAccess $array, mixed $keys, mixed $value): array|ArrayAccess
```

#### Aliases

```php
set(array $array, $keys, $value) -> setNestedElement(array $array, $keys, $value)
set(array|ArrayAccess $array, $keys, $value) -> setNestedElement(array|ArrayAccess $array, $keys, $value)
```

#### Description
Expand Down

0 comments on commit 8987cc4

Please sign in to comment.