Corrects Type Hinting for Array Helper Vars
A few methods inside the Array Helper should use mixed
instead of array
since they automatically cast these items as arrays behind the scenes.
A few methods inside the Array Helper should use mixed
instead of array
since they automatically cast these items as arrays behind the scenes.