Skip to content

Commit fcdb5a4

Browse files
[6.0] cs fixes
1 parent 62111be commit fcdb5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CurlHttpClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CurlHttpClientTest extends HttpClientTestCase
2323
protected function getHttpClient(string $testCase): HttpClientInterface
2424
{
2525
if (false !== strpos($testCase, 'Push')) {
26-
if (!\defined('CURLMOPT_PUSHFUNCTION') || 0x073d00 > ($v = curl_version())['version_number'] || !(\CURL_VERSION_HTTP2 & $v['features'])) {
26+
if (!\defined('CURLMOPT_PUSHFUNCTION') || 0x073D00 > ($v = curl_version())['version_number'] || !(\CURL_VERSION_HTTP2 & $v['features'])) {
2727
$this->markTestSkipped('curl <7.61 is used or it is not compiled with support for HTTP/2 PUSH');
2828
}
2929
}

0 commit comments

Comments
 (0)