Skip to content

Commit 457ca37

Browse files
author
Maelmin Henge
committed
fix deprication in params position
1 parent 0f5c941 commit 457ca37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handler/AsyncRequestHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ public function __construct(
2323
protected HttpClientInterface $client,
2424
protected RequestModification $requestModification,
2525
protected ResponseModification $responseModification,
26-
protected ?CacheManager $cacheManager = null,
2726
protected ModelProvider $modelProvider,
27+
protected ?CacheManager $cacheManager = null,
2828
) {
2929
}
3030

0 commit comments

Comments
 (0)