Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 01f6749

Browse filesBrowse files
[HttpClient] minor cs fix
1 parent 06b3cef commit 01f6749
Copy full SHA for 01f6749

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.