We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c5a13 commit a9fb021Copy full SHA for a9fb021
tests/Fixtures/AssertingHttpClient.php
@@ -50,7 +50,7 @@ private function assertRequestData(
50
string $content = '',
51
int $responseCode = 200,
52
string $responseContentType = '',
53
- string $responseContent = '',
+ string $responseContent = ''
54
) {
55
if ($responseContentType === '') {
56
$responseContentType = $contentType;
0 commit comments