|> fn($x) => array_column($x, 'tags')
|> array_column(..., 'tags')
I mean, I understand that it is because the way this operator was designed. But why?
This syntax is invalid. But it will be possible next year with the proposed partial function application rfc
array_column(?, 'tags')
https://wiki.php.net/rfc/partial_function_application_v2
I mean, I understand that it is because the way this operator was designed. But why?