1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-08 14:08:20 +01:00
PHP-Parser/lib/Node/Stmt/Do.php
2011-05-30 17:29:10 +02:00

9 lines
136 B
PHP

<?php
/**
* @property array $stmts Statements
* @property Node_Expr $cond Condition
*/
class Node_Stmt_Do extends Node_Stmt
{
}