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

8 lines
119 B
PHP

<?php
/**
* @property null|Node_Expr $num Number of loops to break
*/
class Node_Stmt_Continue extends Node_Stmt
{
}