@@ -366,7 +366,7 @@ discard block |
||
366 | 366 | * |
367 | 367 | * @performanceCompared true |
368 | 368 | * |
369 | - * @return mixed |
|
369 | + * @return Collection |
|
370 | 370 | */ |
371 | 371 | public function combine($values, $inPlace = false) |
372 | 372 | { |
@@ -544,7 +544,7 @@ discard block |
||
544 | 544 | /** |
545 | 545 | * Merge (in-place). |
546 | 546 | * |
547 | - * @param Traversable|array $items |
|
547 | + * @param Collection $items |
|
548 | 548 | * |
549 | 549 | * @return $this |
550 | 550 | */ |
@@ -840,7 +840,6 @@ discard block |
||
840 | 840 | /** |
841 | 841 | * Compares the collection against $items and returns the values that are not present in the collection. |
842 | 842 | * |
843 | - * @param Traversable|array $values |
|
844 | 843 | * |
845 | 844 | * @performanceCompared true |
846 | 845 | * |