Skip to content

Commit 1e7a0d1

Browse files
[HttpClient] minor cs fix
1 parent a9ccd32 commit 1e7a0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/HttpClientTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ public function testNegativeTimeout()
205205

206206
public function testNullBody()
207207
{
208-
$httpClient = $this->getHttpClient(__FUNCTION__);
208+
$client = $this->getHttpClient(__FUNCTION__);
209209

210-
$httpClient->request('POST', 'http://localhost:8057/post', [
210+
$client->request('POST', 'http://localhost:8057/post', [
211211
'body' => null,
212212
]);
213213

0 commit comments

Comments
 (0)