mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-12 09:09:41 +01:00
18129480ae
Type makes it sound like a type-hint, and on a number of other nodes $type is used for exactly that. Use $flags to hold modifiers instead.
17 lines
206 B
Plaintext
17 lines
206 B
Plaintext
Final class
|
|
-----
|
|
<?php
|
|
|
|
final class A {}
|
|
-----
|
|
array(
|
|
0: Stmt_Class(
|
|
flags: 32
|
|
name: A
|
|
extends: null
|
|
implements: array(
|
|
)
|
|
stmts: array(
|
|
)
|
|
)
|
|
) |