Skip to content

Commit 9abc439

Browse files
sagikazarmarkStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent f55b3dd commit 9abc439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClientRouter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function addClient($client, RequestMatcher $requestMatcher)
5050
{
5151
$this->clients[] = [
5252
'matcher' => $requestMatcher,
53-
'client' => new FlexibleHttpClient($client)
53+
'client' => new FlexibleHttpClient($client),
5454
];
5555
}
5656

0 commit comments

Comments
 (0)