Skip to content

Commit dd0ec7a

Browse files
committed
Update PHP-Parser version in gen_stub
This should address the octal issue encountered in #7610.
1 parent 66c8bf9 commit dd0ec7a

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
@@ -3265,7 +3265,7 @@ function initPhpParser() {
32653265
}
32663266

32673267
$isInitialized = true;
3268-
$version = "4.12.0";
3268+
$version = "4.13.0";
32693269
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
32703270
if (!is_dir($phpParserDir)) {
32713271
installPhpParser($version, $phpParserDir);

0 commit comments

Comments
 (0)