Skip to content

Commit

Permalink
Add missing Set::map() method to functionMap
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored and ondrejmirtes committed Jan 15, 2022
1 parent a0ed2d3 commit 7461185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/functionMap.php
Expand Up @@ -2171,6 +2171,7 @@
'Ds\Set::join' => ['string', 'glue='=>'string'],
'Ds\Set::jsonSerialize' => ['array'],
'Ds\Set::last' => ['mixed'],
'Ds\Set::map' => ['Ds\Set', 'callback='=>'callable'],
'Ds\Set::merge' => ['Ds\Set', 'values'=>'mixed'],
'Ds\Set::reduce' => ['mixed', 'callback'=>'callable', 'initial='=>'mixed'],
'Ds\Set::remove' => ['void', '...values='=>'mixed'],
Expand Down

0 comments on commit 7461185

Please sign in to comment.