Skip to content

Commit 1295444

Browse files
committedOct 15, 2024··
Apply style fixes by Pint
1 parent dcff878 commit 1295444

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

Diff for: ‎src/Providers/ServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function boot()
6262

6363
// Mixin variant of using Http:log($name) instead of global logging
6464
if (config('http-client-global-logger.mixin')) {
65-
PendingRequest::mixin(new PendingRequestMixin());
65+
PendingRequest::mixin(new PendingRequestMixin);
6666
}
6767
}
6868

Diff for: ‎tests/PendingRequestMixinTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
use GuzzleHttp\HandlerStack;
44
use Illuminate\Http\Client\PendingRequest;
5-
use Illuminate\Support\Arr;
65
use Illuminate\Support\Facades\Http;
76
use Onlime\LaravelHttpClientGlobalLogger\Mixins\PendingRequestMixin;
87

0 commit comments

Comments
 (0)
Please sign in to comment.