Total Complexity | 4 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
25 | final class StringNodePrefixer |
||
26 | { |
||
27 | private PhpScoper $scoper; |
||
28 | |||
29 | public function __construct(PhpScoper $scoper) |
||
30 | { |
||
31 | $this->scoper = $scoper; |
||
32 | } |
||
33 | |||
34 | public function prefixStringValue(String_ $node): void |
||
47 | // Continue without scoping the heredoc which for some reasons contains invalid PHP code |
||
48 | } |
||
51 |
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.