yaml icon indicating copy to clipboard operation
yaml copied to clipboard

Cannot read sequences

Open scorninpc opened this issue 1 year ago • 5 comments

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

image

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);

scorninpc avatar Dec 04 '23 11:12 scorninpc