You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While you are right that the parser currently is not able to parse structures like these I am still closing here as this is about the same cause (inline notation spanning multiple lines) as #25239. Thank you for understanding.
Symfony version(s) affected: 4.2.3
Description
Given the following YAML:
The output should be an error, while instead the code is parsed info
How to reproduce
Possible Solution
I'm not confident to dig into the YAML component parser ;)
Additional context
The actual output looks like the following:
This combined with the fact security component doesn't validate IPs caused a small headache ;)
The text was updated successfully, but these errors were encountered: