| Total Complexity | 1 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 13 | class SwitchCaseNode extends Twig_Node |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Constructor |
||
| 17 | * |
||
| 18 | * @param array $body |
||
| 19 | * @param array $expression |
||
| 20 | * @param int $fallthrough |
||
| 21 | * @param int $lineno |
||
| 22 | * @param null $tag |
||
|
|
|||
| 23 | */ |
||
| 24 | public function __construct($body, $expression, $fallthrough, $lineno = 0, $tag = null) |
||
| 39 |