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 2a0220f commit c866325Copy full SHA for c866325
build/gen_stub.php
@@ -2785,7 +2785,7 @@ private function getGlobalConstDeclaration(EvaluatedValue $value): string
2785
$code = "\t";
2786
if ($this->attributes !== []) {
2787
if ($this->phpVersionIdMinimumCompatibility === null || $this->phpVersionIdMinimumCompatibility >= PHP_85_VERSION_ID) {
2788
- // Registration only returned the constant since PHP 8.5, its
+ // Registration only returns the constant since PHP 8.5, it's
2789
// not worth the bloat to add two different registration blocks
2790
// with conditions for the PHP version
2791
$constVarName = 'const_' . $constName;
0 commit comments