Skip to content

Commit

Permalink
fixe: code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fábio Galvão committed Apr 15, 2024
1 parent f6aa5e8 commit 6263bae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Common/Http/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ public function __construct($httpClient = null, RequestFactoryInterface $request
* @throws \Http\Client\Exception
*/
public function request(
$method, $uri) {
$method,
$uri
) {
$request = $this->requestFactory->createRequest($method, $uri);

return $this->sendRequest($request);
Expand Down

0 comments on commit 6263bae

Please sign in to comment.