Fix type error
We typehint that an array will be returned but we actually return a Doctrine ArrayCollection object so converting to an array to match the typehint
Fix type error
We typehint that an array will be returned but we actually return a Doctrine ArrayCollection object so converting to an array to match the typehint