diff --git a/resources/functionMap.php b/resources/functionMap.php index d877e89299..ba9c994214 100644 --- a/resources/functionMap.php +++ b/resources/functionMap.php @@ -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'],