Skip to content

Commit

Permalink
cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics committed Dec 30, 2024
1 parent c038dd6 commit 245ec20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/VCR/Util/CurlHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,8 @@ public static function handleOutput(Response $response, array $curlOptions, \Cur
}

/**
* @param ?string $url The URL
*
* @param int $option cURL option to get
*
* @param ?string $url The URL
* @return mixed value of the cURL option
*
* @throws \BadMethodCallException
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Util/CurlHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ public function testGetCurlOptionFromResponse(Response $response, $curlOption, $
{
$this->assertEquals(
$expectedCurlOptionValue,
CurlHelper::getCurlOptionFromResponse($response, $curlOption, '')
CurlHelper::getCurlOptionFromResponse($response, $curlOption, '')
);
}

Expand Down

0 comments on commit 245ec20

Please sign in to comment.