heredoc_to_nowdoc
Convert heredoc to nowdoc where possible.
heredoc
nowdoc
--- Original +++ New -<?php $a = <<<"TEST" +<?php $a = <<<'TEST' Foo TEST;
The rule is part of the following rule set:
@PhpCsFixer