mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-07-28 01:40:15 +02:00
Add named argument support
Not adding any explicit FPPP support, as I don't think add/remove of names can be handled any better than full reformatting.
This commit is contained in:
@@ -262,6 +262,7 @@ array(
|
||||
)
|
||||
args: array(
|
||||
0: Arg(
|
||||
name: null
|
||||
value: Expr_Array(
|
||||
items: array(
|
||||
0: Expr_ArrayItem(
|
||||
|
Reference in New Issue
Block a user