Skip to content

Commit 05aa3b3

Browse files
committed
Upgrade PHP parser to 4.15.1
It contains some useful fixes
1 parent 3e362f5 commit 05aa3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gen_stub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4609,7 +4609,7 @@ function initPhpParser() {
46094609
}
46104610

46114611
$isInitialized = true;
4612-
$version = "4.14.0";
4612+
$version = "4.15.1";
46134613
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
46144614
if (!is_dir($phpParserDir)) {
46154615
installPhpParser($version, $phpParserDir);

0 commit comments

Comments
 (0)