Skip to content

Don't detect when echo inside mixed content #129

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

Closed
alexander-akait opened this issue Mar 6, 2018 · 2 comments
Closed

Don't detect when echo inside mixed content #129

alexander-akait opened this issue Mar 6, 2018 · 2 comments
Assignees

Comments

@alexander-akait
Copy link
Collaborator

alexander-akait commented Mar 6, 2018

Input:

<div>
<?= 'test'; ?>
</div>
<?php
echo 'test;

Maybe we can add node.shortForm (or maybe node.alternativeForm) for this?

@ichiriac
Copy link
Member

ichiriac commented Mar 6, 2018

+1 for shortForm it's actually not used on echo tags, and makes reference to other short forms usually used for templating

@ichiriac ichiriac self-assigned this Mar 6, 2018
@ichiriac ichiriac added this to the 3.0.0 milestone Mar 6, 2018
@ichiriac
Copy link
Member

ichiriac commented Mar 6, 2018

fixed - will be released soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants