@@ -66,7 +66,7 @@ discard block |
||
| 66 | 66 | * Get the value related to the key. |
| 67 | 67 | * |
| 68 | 68 | * @param string $key |
| 69 | - * @param mixed $default |
|
| 69 | + * @param string $default |
|
| 70 | 70 | * |
| 71 | 71 | * @return mixed|null |
| 72 | 72 | */ |
@@ -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 | * |