1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 02:07:59 +01:00
PHP-Parser/lib/Node/Stmt/InlineHTML.php
2011-05-30 17:29:10 +02:00

8 lines
97 B
PHP

<?php
/**
* @property string $value String
*/
class Node_Stmt_InlineHTML extends Node_Stmt
{
}