Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class HardBreakNode extends Node |
||
12 | { |
||
13 | /** |
||
14 | * HardBreakNode constructor. |
||
15 | * |
||
16 | * This is just a hard break, it doesn't have attributes or context |
||
17 | * |
||
18 | * @param $data |
||
19 | * @param Node $parent |
||
20 | */ |
||
21 | public function __construct($data, Node $parent) |
||
23 | } |
||
24 | |||
25 | public function toSyntax() |
||
30 |