From 9abc439b93c042eace049a886ab2a06ff5dfb083 Mon Sep 17 00:00:00 2001 From: sagikazarmark Date: Wed, 30 Mar 2016 09:00:57 -0400 Subject: [PATCH] Applied fixes from StyleCI --- src/HttpClientRouter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpClientRouter.php b/src/HttpClientRouter.php index 95bdacc..ec07010 100644 --- a/src/HttpClientRouter.php +++ b/src/HttpClientRouter.php @@ -50,7 +50,7 @@ public function addClient($client, RequestMatcher $requestMatcher) { $this->clients[] = [ 'matcher' => $requestMatcher, - 'client' => new FlexibleHttpClient($client) + 'client' => new FlexibleHttpClient($client), ]; }