1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-12 01:19:47 +01:00
PHP-Parser/lib/Node/Stmt/Switch.php

9 lines
145 B
PHP

<?php
/**
* @property Node_Expr $cond Condition
* @property array $caseList Case list
*/
class Node_Stmt_Switch extends Node_Stmt
{
}