remove internal @meta tag from array_map function

This commit is contained in:
Ivan Fedorov 2020-01-19 20:41:05 +03:00
parent ecb1927370
commit afd7a81f83
1 changed files with 0 additions and 1 deletions

View File

@ -707,7 +707,6 @@ function array_filter(array $input, $callback = null, $flag = 0) { }
* after applying the callback function to each one.
* @since 4.0.6
* @since 5.0
* @meta
*/
function array_map($callback, array $arr1, array $_ = null) { }