Skip to content

Commit e14dabe

Browse files
committed
CS
1 parent acea12b commit e14dabe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/HttpClient/HttpClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ private function assertShareHandleHasExpectedType($shareHandle): void
197197
}
198198

199199
if (\PHP_VERSION_ID >= 80500) {
200-
$this->assertTrue(\class_exists('CurlSharePersistentHandle'));
200+
$this->assertTrue(class_exists('CurlSharePersistentHandle'));
201201
$this->assertInstanceOf(\CurlSharePersistentHandle::class, $shareHandle);
202202

203203
return;

0 commit comments

Comments
 (0)