Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot authored and jiannei committed Oct 13, 2023
1 parent 3c1ca0a commit d468bd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Support/Format.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
namespace Jiannei\Response\Laravel\Support;

use Illuminate\Contracts\Pagination\LengthAwarePaginator;
use Illuminate\Contracts\Pagination\Paginator;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Resources\Json\JsonResource;
Expand All @@ -23,7 +24,6 @@
use Illuminate\Support\Facades\Config;
use Illuminate\Support\Facades\Lang;
use Illuminate\Support\Traits\Macroable;
use Illuminate\Contracts\Pagination\Paginator;

class Format
{
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/SuccessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
'data' => Format::resourceCollection($collection),
'error' => [],
]);

});

test('success with message', function () {
Expand Down

0 comments on commit d468bd4

Please sign in to comment.