| 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 |
This function has been deprecated. The supplier of the function has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed and what other function to use instead.