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 c2f1329 commit 629613dCopy full SHA for 629613d
src/array.php
@@ -38,7 +38,7 @@ function array_blend( array $arrays, array $keys = null ) {
38
foreach( $arrays as $key => $array ) {
39
if( is_array($array) && (is_null($keys) || (in_array($key, $keys))) ) {
40
foreach( $array as $value ) {
41
- $out [] = $value;
+ $out[] = $value;
42
}
43
44
0 commit comments