Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Shorten too broad PhpDoc @return tag from `@return \Illuminate\Database\Query\Builder|static` to `@return \Illuminate\Database\Query\Builder`.
  • Loading branch information
danilcha authored and tillkruss committed Aug 30, 2016
1 parent bb8dc89 commit 01cf6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ protected function nestWhereSlice($whereSlice, $boolean = 'and')
/**
* Get the underlying query builder instance.
*
* @return \Illuminate\Database\Query\Builder|static
* @return \Illuminate\Database\Query\Builder
*/
public function getQuery()
{
Expand Down

0 comments on commit 01cf6b2

Please sign in to comment.