mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-04 18:38:05 +01:00
9 lines
176 B
PHP
9 lines
176 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @property string $name Name
|
||
|
* @property PHPParser_Node_Expr $default Default
|
||
|
*/
|
||
|
class PHPParser_Node_Stmt_PropertyProperty extends PHPParser_Node_Stmt
|
||
|
{
|
||
|
}
|