Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit df709c4

Browse files
committed
fix: StyleCI
1 parent 4315f32 commit df709c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HttpClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function test_that_we_can_chain_additional_methods_beside_default_options
8989

9090
$this->factory->withOptions([
9191
'headers' => [
92-
'X-Another-Custom-Header' => 'another-custom-value'
92+
'X-Another-Custom-Header' => 'another-custom-value',
9393
],
9494
])->withBasicAuth('username', 'password')->get('https://foo.com');
9595

0 commit comments

Comments
 (0)