mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-12 17:17:31 +01:00
9 lines
175 B
PHP
9 lines
175 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @property PHPParser_Node_Expr $cond Condition
|
||
|
* @property array $caseList Case list
|
||
|
*/
|
||
|
class PHPParser_Node_Stmt_Switch extends PHPParser_Node_Stmt
|
||
|
{
|
||
|
}
|