Skip to content

Commit c866325

Browse files
Update build/gen_stub.php
Co-authored-by: Máté Kocsis <[email protected]>
1 parent 2a0220f commit c866325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gen_stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2785,7 +2785,7 @@ private function getGlobalConstDeclaration(EvaluatedValue $value): string
27852785
$code = "\t";
27862786
if ($this->attributes !== []) {
27872787
if ($this->phpVersionIdMinimumCompatibility === null || $this->phpVersionIdMinimumCompatibility >= PHP_85_VERSION_ID) {
2788-
// Registration only returned the constant since PHP 8.5, its
2788+
// Registration only returns the constant since PHP 8.5, it's
27892789
// not worth the bloat to add two different registration blocks
27902790
// with conditions for the PHP version
27912791
$constVarName = 'const_' . $constName;

0 commit comments

Comments
 (0)