mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix Ds\Set signatures cc @mleczakm
This commit is contained in:
parent
d9cf8cb1be
commit
dfda8c0760
@ -2239,9 +2239,9 @@ return [
|
||||
'Ds\Set::get' => ['mixed', 'index'=>'int'],
|
||||
'Ds\Set::intersect' => ['Ds\Set', 'set'=>'Ds\Set'],
|
||||
'Ds\Set::isEmpty' => ['bool'],
|
||||
'Ds\Set::join' => ['void', 'glue='=>'string'],
|
||||
'Ds\Set::join' => ['string', 'glue='=>'string'],
|
||||
'Ds\Set::jsonSerialize' => ['array'],
|
||||
'Ds\Set::last' => ['void'],
|
||||
'Ds\Set::last' => ['mixed'],
|
||||
'Ds\Set::merge' => ['Ds\Set', 'values'=>'mixed'],
|
||||
'Ds\Set::reduce' => ['mixed', 'callback'=>'callable', 'initial='=>'mixed'],
|
||||
'Ds\Set::remove' => ['void', '...values='=>'mixed'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user