no_short_echo_tag
Warning
This rule is deprecated and will be removed on next major version.
You should use echo_tag_syntax instead.
echo_tag_syntax
Replaces short-echo <?= with long format <?php echo syntax.
<?=
<?php echo
--- Original +++ New @@ -1 +1 @@ -<?= "foo"; +<?php echo "foo";