yaml
yaml copied to clipboard
Cannot read sequences
Hello
First, thank you for this nice and complete lib
But i'm figuring out a problem that i cannot understand to help solve
When we get sequence like
We got this trace: https://pastebin.com/6RDa7Ccq
My main code is just
$yaml = \Dallgoot\Yaml\Yaml::parseFile(APPLICATION_PATH . "/../plugins/AuthMe/config.yml", NULL, NULL);
print_r($yaml);