Skip to content

Commit aea64f6

Browse files
committed
edit readme
1 parent 83f1fee commit aea64f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,15 @@ function array_split(array $array, $numberOfPieces = 2, $preserveKeys = false)
109109
```
110110

111111
### array_merge_values
112+
```php
112113
/**
113114
* Returns an array with the unique values from all the given arrays
114115
*
115116
* @param \array[] $arrays
116117
* @return array
117118
*/
118119
function array_merge_values(array ... $arrays)
120+
```
119121

120122
## Change log
121123

0 commit comments

Comments
 (0)