Skip to content

Commit

Permalink
Correct array_keys_array typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Feb 6, 2015
1 parent 78f5b34 commit 286acae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function array_key_array( array $arrays, $key ) {
}
}

if( !function_exists('array_blend') ) {
if( !function_exists('array_keys_array') ) {
/**
* Given an array of similarly keyed arrays, returns an array of only the selected keys.
*
Expand Down

0 comments on commit 286acae

Please sign in to comment.