Skip to content

Commit 5bb9d1f

Browse files
GautierDeleStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 6ee8717 commit 5bb9d1f

File tree

5 files changed

+1
-7
lines changed

5 files changed

+1
-7
lines changed

src/Actions/Actionable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Lomkit\Rest\Actions;
44

5-
use Illuminate\Support\Facades\Cache;
65
use Lomkit\Rest\Http\Requests\RestRequest;
76

87
trait Actionable

src/Concerns/Resource/ConfiguresRestParameters.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
namespace Lomkit\Rest\Concerns\Resource;
44

5-
use Illuminate\Support\Facades\Cache;
65
use Lomkit\Rest\Http\Requests\RestRequest;
7-
use Lomkit\Rest\Tests\Support\Rest\Resources\HasOneResource;
86

97
trait ConfiguresRestParameters
108
{
11-
129
/**
1310
* The calculated fields if already done in this request.
1411
*

src/Concerns/Resource/Relationable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Lomkit\Rest\Concerns\Resource;
44

55
use Illuminate\Support\Arr;
6-
use Illuminate\Support\Facades\Cache;
76
use Illuminate\Support\Str;
87
use Lomkit\Rest\Http\Requests\RestRequest;
98
use Lomkit\Rest\Relations\Relation;

src/Instructions/Instructionable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Lomkit\Rest\Instructions;
44

5-
use Illuminate\Support\Facades\Cache;
65
use Lomkit\Rest\Http\Requests\RestRequest;
76

87
trait Instructionable

src/Relations/Relation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function hasMultipleEntries()
100100
/**
101101
* Get the resource associated with this relation.
102102
*
103-
* @return Resource
103+
* @return resource
104104
*/
105105
public function resource()
106106
{

0 commit comments

Comments
 (0)