Total Complexity | 5 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
14 | class Partial extends NodeGeneric |
||
15 | { |
||
16 | /** |
||
17 | * What first character to determine if escaped sequence are allowed |
||
18 | * |
||
19 | * @param NodeGeneric $current The current |
||
20 | * @param array $emptyLines The empty lines |
||
21 | * |
||
22 | * @return boolean true to skip normal Loader process, false to continue |
||
23 | */ |
||
24 | 3 | public function specialProcess(NodeGeneric &$current, array &$emptyLines): bool |
|
41 | } |
||
42 | |||
43 | 1 | public function build(&$parent = null) |
|
48 |