Skip to content

Commit abf299e

Browse files
committed
Fix CS
1 parent 85e4279 commit abf299e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gearman/Tests/SkipIfGearmanExtensionIsNotInstalledTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function setUp(): void
1010
$this->markTestSkipped('The gearman extension is not installed');
1111
}
1212

13-
if (PHP_VERSION_ID >= 80100) {
13+
if (\PHP_VERSION_ID >= 80100) {
1414
// TODO: remove when https://github.com/php/pecl-networking-gearman/issues/16 is resolved
1515
$this->markTestSkipped('The gearman extension is not compatible with PHP 8.1');
1616
}

0 commit comments

Comments
 (0)