Skip to content

Commit

Permalink
Unified the name of the second array_map parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Nov 3, 2021
1 parent c59330c commit 9433345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/functionMap.php
Expand Up @@ -286,7 +286,7 @@
'array_key_first' => ['int|string|null', 'array' => 'array'],
'array_key_last' => ['int|string|null', 'array' => 'array'],
'array_keys' => ['array', 'input'=>'array', 'search_value='=>'mixed', 'strict='=>'bool'],
'array_map' => ['array', 'callback'=>'?callable', 'input1'=>'array', '...args='=>'array'],
'array_map' => ['array', 'callback'=>'?callable', 'array'=>'array', '...args='=>'array'],
'array_merge' => ['array', 'arr1'=>'array', '...args='=>'array'],
'array_merge_recursive' => ['array', 'arr1'=>'array', '...args='=>'array'],
'array_multisort' => ['bool', '&rw_array1'=>'array', 'array1_sort_order='=>'array|int', 'array1_sort_flags='=>'array|int', '...args='=>'array|int'],
Expand Down

0 comments on commit 9433345

Please sign in to comment.