Overrides DecoderInterface::decode
public function decode(string $data, string $format, array $context = []) : mixed { $context = array_merge($this->defaultContext, $context); return $this->parser ->parse($data, $context[self::YAML_FLAGS]); }