Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Syntax] Change to short php echo tags #10376

Merged
merged 1 commit into from
Sep 24, 2018

Conversation

royklutman
Copy link
Contributor

Changed occurrences of <?php echo to <?=, see discussion about this topic here: #6664

Targeted 3.4 because 2.8 requires PHP 5.3.9 at minimum while the short PHP echo tags are enabled by default at PHP 5.4.

@javiereguiluz
Copy link
Member

Minor but nice. I like it! Thanks Roy.

@javiereguiluz javiereguiluz merged commit e3cc3de into symfony:3.4 Sep 24, 2018
javiereguiluz added a commit that referenced this pull request Sep 24, 2018
This PR was merged into the 3.4 branch.

Discussion
----------

[Syntax] Change to short php echo tags

Changed occurrences of `<?php echo` to `<?=`, see discussion about this topic here: #6664

Targeted 3.4 because 2.8 requires PHP 5.3.9 at minimum while the short PHP echo tags are enabled by default at PHP 5.4.

Commits
-------

e3cc3de Change to short php echo tags
@royklutman royklutman deleted the short-php-echo branch September 24, 2018 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants