Skip to content

Commit

Permalink
Merge pull request #1 from rennokki/analysis-D2GG2y
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
rennokki authored Nov 21, 2019
2 parents 1f9c533 + 74089c7 commit ff8c01b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Builder extends BaseBuilder
protected $avoidCache = false;

/**
* @inheritdoc
* {@inheritdoc}
*/
public function get($columns = ['*'])
{
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/QueryCacheable.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
trait QueryCacheable
{
/**
* @inheritdoc
* {@inheritdoc}
*/
protected function newBaseQueryBuilder()
{
Expand Down

0 comments on commit ff8c01b

Please sign in to comment.