setKeys($arguments, false); } public function parseResponse($data) { $key = array_shift($data); if (null === $key) { return [$key]; } return array_combine([$key], [[$data[0] => $data[1]]]); } }