Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 513777f

Browse files
authored
Correct PHPDoc return type (#34167)
1 parent 89dfc65 commit 513777f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)