collections icon indicating copy to clipboard operation
collections copied to clipboard

[2.0] Callable instead of Closure

Open simPod opened this issue 4 years ago • 0 comments

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.

simPod avatar Mar 13 '20 01:03 simPod