id === null) { return new Response('', Response::HTTP_OK); } return new JsonResponse([ 'jsonrpc' => '2.0', 'result' => $this->result, 'id' => $this->id, ]); } }