Skip to content

Commit

Permalink
Add doc-block for code auto-complete (#16341)
Browse files Browse the repository at this point in the history
Add doc-block  Illuminate\Database\Eloquent\Builder for code auto-complete in PhpStorm
  • Loading branch information
kluevandrew authored and taylorotwell committed Nov 10, 2016
1 parent c2e4b5c commit 57be173
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Illuminate/Database/Eloquent/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
use Illuminate\Database\Eloquent\Relations\Relation;
use Illuminate\Database\Query\Builder as QueryBuilder;

/**
* @mixin \Illuminate\Database\Query\Builder
*/
class Builder
{
/**
Expand Down

0 comments on commit 57be173

Please sign in to comment.