public static function castHttpClientResponse($response, array $a, Stub $stub, bool $isNested) : array { $stub->cut += \count($a); $a = []; foreach ($response->getInfo() as $k => $v) { $a[Caster::PREFIX_VIRTUAL . $k] = $v; } return $a; }