pub type TypedRoot = PhpRoot;
The type of the root node for PHP AST.
pub struct TypedRoot { pub items: Vec<PhpItem>, }
items: Vec<PhpItem>
Top-level items in the PHP file.