Closed ChristianKuhn closed 7 years ago
This PR fixes 'required' validation. I'm not sure why you are checking if value is instance Array as a requirement, but this should fix it.
instance Array
Coverage remained the same at 73.469% when pulling c4ef6a01fa03c7fe313bb1c88537d18ba28a6051 on ChristianKuhn:patch-1 into 7df5ef2a74ae8c08c624df37ab4b0d271184e3aa on niahmiah:master.
This PR fixes 'required' validation. I'm not sure why you are checking if value is
instance Array
as a requirement, but this should fix it.