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 acea12b commit e14dabeCopy full SHA for e14dabe
1 file changed
tests/HttpClient/HttpClientTest.php
@@ -197,7 +197,7 @@ private function assertShareHandleHasExpectedType($shareHandle): void
197
}
198
199
if (\PHP_VERSION_ID >= 80500) {
200
- $this->assertTrue(\class_exists('CurlSharePersistentHandle'));
+ $this->assertTrue(class_exists('CurlSharePersistentHandle'));
201
$this->assertInstanceOf(\CurlSharePersistentHandle::class, $shareHandle);
202
203
return;
0 commit comments