We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f8252 commit 5f2caa8Copy full SHA for 5f2caa8
src/Set.php
@@ -346,7 +346,11 @@ public function sorted(callable $comparator = null): Set
346
}
347
348
/**
349
+ * Returns the result of adding all given values to the set.
350
*
351
+ * @param array|\Traversable $values
352
+ *
353
+ * @return \Ds\Set
354
*/
355
public function merge($values): Set
356
{
0 commit comments