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 379e913 commit 10e8a0dCopy full SHA for 10e8a0d
build/gen_stub.php
@@ -4925,7 +4925,7 @@ function initPhpParser() {
4925
}
4926
4927
$isInitialized = true;
4928
- $version = "5.0.0alpha3";
+ $version = "5.0.0";
4929
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
4930
if (!is_dir($phpParserDir)) {
4931
installPhpParser($version, $phpParserDir);
0 commit comments