We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If leaving foreach() without parameters in blade comments
{{-- foreach() --}}
is causing a parsing Fatal Error.
The text was updated successfully, but these errors were encountered:
{{--*/ @foreach () /*--}} {{--*/ @endforeach /*--}}
try this way, works for me.
Sorry, something went wrong.
That's not the point. It should not eval the code inside blade comments. So doesn't PHP.
See explanation in #16688 Blade Extends Bug
No branches or pull requests
Description:
If leaving foreach() without parameters in blade comments
{{-- foreach() --}}
is causing a parsing Fatal Error.
The text was updated successfully, but these errors were encountered: