Skip to content

Commit 7461185

Browse files
simPodondrejmirtes
authored andcommitted
Add missing Set::map() method to functionMap
1 parent a0ed2d3 commit 7461185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/functionMap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2171,6 +2171,7 @@
21712171
'Ds\Set::join' => ['string', 'glue='=>'string'],
21722172
'Ds\Set::jsonSerialize' => ['array'],
21732173
'Ds\Set::last' => ['mixed'],
2174+
'Ds\Set::map' => ['Ds\Set', 'callback='=>'callable'],
21742175
'Ds\Set::merge' => ['Ds\Set', 'values'=>'mixed'],
21752176
'Ds\Set::reduce' => ['mixed', 'callback'=>'callable', 'initial='=>'mixed'],
21762177
'Ds\Set::remove' => ['void', '...values='=>'mixed'],

0 commit comments

Comments
 (0)