Skip to content

Commit e0d58c6

Browse files
authored
Correct PHPDoc return type (#34167)
1 parent 02e983e commit e0d58c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ public function intersect($items)
335335
*
336336
* @param string|callable|null $key
337337
* @param bool $strict
338-
* @return static|\Illuminate\Support\Collection
338+
* @return static
339339
*/
340340
public function unique($key = null, $strict = false)
341341
{

0 commit comments

Comments
 (0)