Total Complexity | 6 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | final class NewdocPrefixer extends NodeVisitorAbstract |
||
26 | { |
||
27 | private StringNodePrefixer $stringPrefixer; |
||
28 | |||
29 | public function __construct(StringNodePrefixer $stringPrefixer) |
||
32 | 548 | } |
|
33 | |||
34 | 548 | public function enterNode(Node $node): Node |
|
41 | 102 | } |
|
42 | |||
43 | 102 | private function isPhpNowdoc(String_ $node): bool |
|
59 |