Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f6f7c6

Browse files
committed
Make HttplugClient::sendPsr7Request private
1 parent 8d7a4ef commit 9f6f7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpClient/HttplugClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public function createUri($uri): UriInterface
265265
return new Uri($uri);
266266
}
267267

268-
public function sendPsr7Request(RequestInterface $request, bool $buffer = null): ResponseInterface
268+
private function sendPsr7Request(RequestInterface $request, bool $buffer = null): ResponseInterface
269269
{
270270
try {
271271
$body = $request->getBody();

0 commit comments

Comments
 (0)