We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409aa66 commit da57987Copy full SHA for da57987
1 file changed
tests/system/HTTP/CURLRequestTest.php
@@ -1256,6 +1256,5 @@ public function testHTTPversionAsString(): void
1256
1257
$this->assertArrayHasKey(CURLOPT_HTTP_VERSION, $options);
1258
$this->assertSame(CURL_HTTP_VERSION_2_0, $options[CURLOPT_HTTP_VERSION]);
1259
-
1260
}
1261
0 commit comments