Skip to content

Commit b27d2ff

Browse files
authored
Update php-parser to 4.13.2 in build/gen_stub.php (#7989)
v4.13.2 fixes a deprecation notice in php 8.2 for namespacedName
1 parent 0832d4a commit b27d2ff

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
@@ -3287,7 +3287,7 @@ function initPhpParser() {
32873287
}
32883288

32893289
$isInitialized = true;
3290-
$version = "4.13.0";
3290+
$version = "4.13.2";
32913291
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
32923292
if (!is_dir($phpParserDir)) {
32933293
installPhpParser($version, $phpParserDir);

0 commit comments

Comments
 (0)