We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This YAML code is parsed just fine:
--- a: - b: c
But this code:
results in Symfony\Component\Yaml\Exception\ParseException with message You cannot define a sequence item when in a mapping
Symfony\Component\Yaml\Exception\ParseException
You cannot define a sequence item when in a mapping
I believe, that both examples are correct