Skip to content

Commit a9fb021

Browse files
committed
Fix compatability with PHP 7.4
1 parent b7c5a13 commit a9fb021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/AssertingHttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private function assertRequestData(
5050
string $content = '',
5151
int $responseCode = 200,
5252
string $responseContentType = '',
53-
string $responseContent = '',
53+
string $responseContent = ''
5454
) {
5555
if ($responseContentType === '') {
5656
$responseContentType = $contentType;

0 commit comments

Comments
 (0)