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.
PropertyInfo::getString()
1 parent 78d934a commit f5c9f8bCopy full SHA for f5c9f8b
build/gen_stub.php
@@ -3071,7 +3071,7 @@ private function getString(string $propName): array {
3071
];
3072
// If not set, use the current latest version
3073
$allVersions = ALL_PHP_VERSION_IDS;
3074
- $minPhp = $phpVersionIdMinimumCompatibility ?? end($allVersions);
+ $minPhp = $this->phpVersionIdMinimumCompatibility ?? end($allVersions);
3075
if ($minPhp < PHP_80_VERSION_ID) {
3076
// No known strings in 7.0
3077
return $result;
0 commit comments