Skip to content

Commit ff8c01b

Browse files
authored
Merge pull request #1 from rennokki/analysis-D2GG2y
Apply fixes from StyleCI
2 parents 1f9c533 + 74089c7 commit ff8c01b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Query/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Builder extends BaseBuilder
5454
protected $avoidCache = false;
5555

5656
/**
57-
* @inheritdoc
57+
* {@inheritdoc}
5858
*/
5959
public function get($columns = ['*'])
6060
{

src/Traits/QueryCacheable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
trait QueryCacheable
88
{
99
/**
10-
* @inheritdoc
10+
* {@inheritdoc}
1111
*/
1212
protected function newBaseQueryBuilder()
1313
{

0 commit comments

Comments
 (0)