(int) $data, 'string' => (string) $data, 'float' => (float) $data, 'array' => (array) $data, 'bool' => (bool) $data, default => $data, }; } }