Skip to content

Commit 6263bae

Browse files
author
Fábio Galvão
committed
fixe: code lint
1 parent f6aa5e8 commit 6263bae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Common/Http/Client.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ public function __construct($httpClient = null, RequestFactoryInterface $request
4040
* @throws \Http\Client\Exception
4141
*/
4242
public function request(
43-
$method, $uri) {
43+
$method,
44+
$uri
45+
) {
4446
$request = $this->requestFactory->createRequest($method, $uri);
4547

4648
return $this->sendRequest($request);

0 commit comments

Comments
 (0)