vscode-intelephense
vscode-intelephense copied to clipboard
Add settings to disable "Short open tag" on PSR12 formatting
Auto-formatting of php files save short open tags I want to disable "Short open tag" on PSR12 formatting...
<?= ...
to
<?php echo
Short open tag is <?
as opposed to <?php
. I don't think PSR12 rules out using short echo.