You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#6664 replace occurrences of <?php echo with <?= (dr-matt-smith)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closessymfony#6664).
Discussion
----------
replace occurrences of <?php echo with <?=
```<?=``` now a first class citizen of PHP code
```<?=``` nicely equates to ```{{ }}``` in Twig - i.e. output string casting of expression
leaving ```<?php``` logic blocks to equate to Twig ```{%```
.. matt ..
Commits
-------
198ab4a replace occurrences of <?php echo with <?=
0 commit comments