Skip to content

Commit a420ee6

Browse files
committed
Update PHP-Parser to 4.14
It supports readonly classes
1 parent 3de1613 commit a420ee6

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
@@ -4084,7 +4084,7 @@ function initPhpParser() {
40844084
}
40854085

40864086
$isInitialized = true;
4087-
$version = "4.13.2";
4087+
$version = "4.14.0";
40884088
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
40894089
if (!is_dir($phpParserDir)) {
40904090
installPhpParser($version, $phpParserDir);

0 commit comments

Comments
 (0)