Skip to content

Commit 6b86ebe

Browse files
Fix multiple CS errors
1 parent 4c4d154 commit 6b86ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HttpClient/Test/HttpClientTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ abstract class HttpClientTestCase extends TestCase
2525
{
2626
public static function setUpBeforeClass(): void
2727
{
28-
if (!function_exists('ob_gzhandler')) {
28+
if (!\function_exists('ob_gzhandler')) {
2929
static::markTestSkipped('The "ob_gzhandler" function is not available.');
3030
}
3131

0 commit comments

Comments
 (0)