append((string) $data); } /** * @inheritdoc * @return string */ function decode(Body $body) : string { return (string) $body; } }