Skip to content

Commit 596fd75

Browse files
[HttpClient] fix merge
1 parent 5dd2f36 commit 596fd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/RetryableHttpClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public function log($level, $message, array $context = []): void
214214
$this->context = $context;
215215
parent::log($level, $message, $context);
216216
}
217-
},
217+
}
218218
);
219219

220220
$client->request('GET', 'http://example.com/foo-bar')->getContent();

0 commit comments

Comments
 (0)