From 7529f4f46697543669fe4c3e97c79df8c806cb69 Mon Sep 17 00:00:00 2001 From: Christian Flach Date: Sat, 1 Jun 2019 15:32:07 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TestHttpClient.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/TestHttpClient.php b/tests/TestHttpClient.php index c070e2f..2636e00 100644 --- a/tests/TestHttpClient.php +++ b/tests/TestHttpClient.php @@ -30,7 +30,8 @@ class TestHttpClient implements ClientInterface */ private $responseFactory; - public function __construct() { + public function __construct() + { $this->responseFactory = new ResponseFactory(); }