We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
This YAML code is parsed just fine:
---a:-b:c
But this code:
results inSymfony\Component\Yaml\Exception\ParseException with messageYou 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