Skip to content

Commit 629613d

Browse files
committed
Small formatting fix
1 parent c2f1329 commit 629613d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function array_blend( array $arrays, array $keys = null ) {
3838
foreach( $arrays as $key => $array ) {
3939
if( is_array($array) && (is_null($keys) || (in_array($key, $keys))) ) {
4040
foreach( $array as $value ) {
41-
$out [] = $value;
41+
$out[] = $value;
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)