Skip to content

Commit 1e7eb87

Browse files
committed
minor cs fix
1 parent 18c0cfd commit 1e7eb87

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/HttpClientTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ public function testSendRequestWithOutcome($uriAndOutcome, $protocolVersion, arr
9090
$outcome = $uriAndOutcome[1];
9191
$outcome['protocolVersion'] = $protocolVersion;
9292

93-
$this->assertResponse(
94-
$response,
95-
$outcome
96-
);
93+
$this->assertResponse($response, $outcome);
9794
$this->assertRequest($method, $headers, $body, $protocolVersion);
9895
}
9996

0 commit comments

Comments
 (0)