-
-
Notifications
You must be signed in to change notification settings - Fork 110
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 foreach as list() is no longer working in v3 #342
Comments
As a workaround, use the shorter syntax |
dg
added a commit
that referenced
this issue
Aug 7, 2023
dg
added a commit
that referenced
this issue
Aug 7, 2023
dg
added a commit
that referenced
this issue
Aug 7, 2023
dg
added a commit
that referenced
this issue
Aug 7, 2023
dg
added a commit
that referenced
this issue
Aug 7, 2023
dg
added a commit
that referenced
this issue
Aug 7, 2023
dg
added a commit
that referenced
this issue
Aug 8, 2023
dg
added a commit
that referenced
this issue
Aug 8, 2023
dg
added a commit
that referenced
this issue
Aug 9, 2023
dg
added a commit
that referenced
this issue
Aug 9, 2023
dg
added a commit
that referenced
this issue
Aug 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 3.0.x
Bug Description
Since v3 syntax
foreach
aslist()
is no longer working.Steps To Reproduce
https://fiddle.nette.org/latte/#e09e2e14ee
Expected Behavior
foreach as list()
is supported php construct, Latte should support it as well especially since it worked in 2.xThe text was updated successfully, but these errors were encountered: