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