Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodekker authored and StyleCIBot committed Dec 23, 2021
1 parent c3fac9d commit 3b169bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions tests/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Inertia\Tests;

use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Contracts\Support\Responsable;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Illuminate\Http\Resources\Json\JsonResource;
Expand All @@ -16,7 +14,6 @@
use Inertia\LazyProp;
use Inertia\Response;
use Inertia\Tests\Stubs\FakeResource;
use Inertia\Tests\Stubs\UserResource;

class ResponseTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Stubs/FakeResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public function __construct(array $resource)
*/
public function toArray($request)
{
return $this->data;
return $this->data;
}
}

0 comments on commit 3b169bf

Please sign in to comment.