Fixed code style

This commit is contained in:
Mattias Sandstrom 2024-07-04 13:03:30 +02:00
parent 409aa66f15
commit da57987f54
No known key found for this signature in database
GPG Key ID: 13DB82764C50D674

View File

@ -1256,6 +1256,5 @@ alt-svc: h3=":443"; ma=86400' . "\x0d\x0a\x0d\x0aResponse Body";
$this->assertArrayHasKey(CURLOPT_HTTP_VERSION, $options);
$this->assertSame(CURL_HTTP_VERSION_2_0, $options[CURLOPT_HTTP_VERSION]);
}
}