Skip to content

Commit

Permalink
Reference to same type and not same instance. (#35076)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrissi authored Nov 3, 2020
1 parent 37a0abd commit f802e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public function select($columns = ['*'])
/**
* Add a subselect expression to the query.
*
* @param \Closure|$this|string $query
* @param \Closure|\Illuminate\Database\Query\Builder|string $query
* @param string $as
* @return $this
*
Expand Down

0 comments on commit f802e81

Please sign in to comment.