collections
collections copied to clipboard
[2.0] Callable instead of Closure
Followup of https://github.com/doctrine/collections/issues/117
What about changing Closure
types to callable
? For example now I have a problem of passing callable
into Collection::map()
because static analysers complain about it.