code style - short echo statements
i've noticed that reformatting my code causes this:
<?=$var ?>
to turn into this:
<?= $var ?>
note the space before the $. i can't find an option for turning that off in code style, though - is there one?
Please sign in to leave a comment.
Joseph feel free to create an issue at: http://youtrack.jetbrains.com/issues/W
created. thank you.