function arrayParameter(
    ?string $description = null,
    ?array $default = null,
    string ...$attributes
): ArrayParameterInterface {