From df709c4ed5b96d0aee0655067f4d4aa957ec4cd0 Mon Sep 17 00:00:00 2001 From: smokills Date: Thu, 8 Oct 2020 02:48:44 +0200 Subject: [PATCH] fix: StyleCI --- tests/HttpClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/HttpClientTest.php b/tests/HttpClientTest.php index 4673ebd..7d144cc 100644 --- a/tests/HttpClientTest.php +++ b/tests/HttpClientTest.php @@ -89,7 +89,7 @@ public function test_that_we_can_chain_additional_methods_beside_default_options $this->factory->withOptions([ 'headers' => [ - 'X-Another-Custom-Header' => 'another-custom-value' + 'X-Another-Custom-Header' => 'another-custom-value', ], ])->withBasicAuth('username', 'password')->get('https://foo.com');