Open
Description
Source of this problem: prettier/plugin-php#2015 (comment)
Unable to parse snippet like this:
<?php
if (true) {
echo <<<STR
\na
STR;
}
Metadata
Metadata
Assignees
Labels
No labels
Source of this problem: prettier/plugin-php#2015 (comment)
Unable to parse snippet like this:
<?php
if (true) {
echo <<<STR
\na
STR;
}