Total Complexity | 8 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
13 | class LiteralFolded extends Literals |
||
14 | { |
||
15 | /** |
||
16 | * @todo Example 6.1. Indentation Spaces spaces must be considered as content, |
||
17 | * Whend indent is reduced : do we insert a line break too ? |
||
18 | */ |
||
19 | 1 | public function getFinalString(NodeList $value, int $refIndent = null):string |
|
41 | } |
||
42 | } |