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