In that case, i don’t have an empty heredoc in my code. All the heredoc has either some text or some code in it and in some cases it is simply like this
$js .= <<<EOT
});
EOT;
In that case, i don’t have an empty heredoc in my code. All the heredoc has either some text or some code in it and in some cases it is simply like this
$js .= <<<EOT
});
EOT;