mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-12 09:29:47 +01:00
8 lines
117 B
PHP
8 lines
117 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @property string $value String
|
||
|
*/
|
||
|
class PHPParser_Node_Stmt_InlineHTML extends PHPParser_Node_Stmt
|
||
|
{
|
||
|
}
|