Skip to content

Commit 3fc0bb4

Browse files
committed
updated types with pipe token
1 parent 0448980 commit 3fc0bb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,6 +1434,7 @@ declare module "php-parser" {
14341434
T_NAME_RELATIVE = 241,
14351435
T_NAME_QUALIFIED = 242,
14361436
T_NAME_FULLY_QUALIFIED = 243,
1437+
T_PIPE = 244,
14371438
}
14381439
/**
14391440
* PHP AST Tokens

0 commit comments

Comments
 (0)