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

PHP short tags #313

Closed
wants to merge 1 commit into from
Closed

PHP short tags #313

wants to merge 1 commit into from

Conversation

DawoudIO
Copy link
Contributor

subset of the php tag cleanup from @dschwen

- <?php echo = <?=
- <?  = <?php
@DawoudIO DawoudIO added this to the 2.0.0 milestone Feb 13, 2016
@@ -197,28 +197,28 @@
echo "<option value=\"" . $fam_ID . "\">" . $fam_Name . "</option>";
}
echo "</select>";
?>
?>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, there are a whole bunch of these cases. I can do better with a more complex regex.

@dschwen dschwen mentioned this pull request Feb 13, 2016
@DawoudIO DawoudIO closed this Feb 14, 2016
@DawoudIO DawoudIO deleted the php-short-tags branch February 14, 2016 03:22
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.

2 participants