Skip to content

Commit

Permalink
Correct PHPDoc return type (#34167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanra committed Sep 7, 2020
1 parent 02e983e commit e0d58c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Collection.php
Expand Up @@ -335,7 +335,7 @@ public function intersect($items)
*
* @param string|callable|null $key
* @param bool $strict
* @return static|\Illuminate\Support\Collection
* @return static
*/
public function unique($key = null, $strict = false)
{
Expand Down

0 comments on commit e0d58c6

Please sign in to comment.