Skip to content

Commit 5f2caa8

Browse files
committed
Add docblock for Set::merge
1 parent 93f8252 commit 5f2caa8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Set.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,11 @@ public function sorted(callable $comparator = null): Set
346346
}
347347

348348
/**
349+
* Returns the result of adding all given values to the set.
349350
*
351+
* @param array|\Traversable $values
352+
*
353+
* @return \Ds\Set
350354
*/
351355
public function merge($values): Set
352356
{

0 commit comments

Comments
 (0)