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

fix single line @php statements to not be parsed as php blocks #45333

Merged
merged 1 commit into from Dec 15, 2022
Merged

fix single line @php statements to not be parsed as php blocks #45333

merged 1 commit into from Dec 15, 2022

Conversation

rikvdh
Copy link
Contributor

@rikvdh rikvdh commented Dec 15, 2022

when @endphp is also in the same file, + unit test, fixes #45330

@taylorotwell taylorotwell merged commit 2427cec into laravel:9.x Dec 15, 2022
@taylorotwell
Copy link
Member

Thanks!

@rikvdh
Copy link
Contributor Author

rikvdh commented Dec 15, 2022

🙂

@taylorotwell Do I need to create this for 10.x as well? Or gets this merged automatically into there?

@driesvints
Copy link
Member

@rikvdh fixes for 9.x get merged in master 👍

taylorotwell added a commit that referenced this pull request Dec 21, 2022
…s when @endphp is also in the same file, + unit test, fixes #45330 (#45333)"

This reverts commit 2427cec.
taylorotwell added a commit that referenced this pull request Dec 21, 2022
…s when @endphp is also in the same file, + unit test, fixes #45330 (#45333)" (#45389)

This reverts commit 2427cec.
@taylorotwell
Copy link
Member

Reverted due to breaking changes:

#45388

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

Successfully merging this pull request may close these issues.

Blade renderer breaks when mixing 2 @php-syntaxes in the same view
3 participants