/** * @param $httpResponse * * @return array|\Neoxygen\NeoClient\Formatter\Response|string|\GraphAware\NeoClient\Formatter\Response */ private function handleResponse($response) { if ($this->client->newFormatModeEnabled === true) { return $response; } return $this->client->handleHttpResponse($response); }