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:
Using the @PhpCsFixer rule set will enable the heredoc_to_nowdoc rule.