Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 8ec50f4

Browse files
committed
Remove PSR-12 from some classes
1 parent d0da582 commit 8ec50f4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/Http/Resources/CollectsWithIncludes.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
namespace SkoreLabs\JsonApi\Http\Resources;
44

5-
use Illuminate\Support\{Arr, Collection};
5+
use Illuminate\Support\Arr;
6+
use Illuminate\Support\Collection;
67

78
/**
9+
* @property \Illuminate\Support\Collection $collection
810
* @property array $with
911
*/
1012
trait CollectsWithIncludes

src/Http/Resources/RelationshipsWithIncludes.php

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

33
namespace SkoreLabs\JsonApi\Http\Resources;
44

5-
use Illuminate\Database\Eloquent\{Model, Collection, Relations\Pivot};
5+
use Illuminate\Database\Eloquent\Model;
6+
use Illuminate\Database\Eloquent\Collection;
7+
use Illuminate\Database\Eloquent\Relations\Pivot;
68
use Illuminate\Support\Arr;
79

810
/**

0 commit comments

Comments
 (0)