We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f55b3dd + 9abc439 commit 4107cd2Copy full SHA for 4107cd2
src/HttpClientRouter.php
@@ -50,7 +50,7 @@ public function addClient($client, RequestMatcher $requestMatcher)
50
{
51
$this->clients[] = [
52
'matcher' => $requestMatcher,
53
- 'client' => new FlexibleHttpClient($client)
+ 'client' => new FlexibleHttpClient($client),
54
];
55
}
56
0 commit comments