I have a problem with Doctrine2 find methods. They all return as array instead of ArrayCollection.
Is there any away to force them to return a ArrayCollection? I remember this also happened with a custom repository query. I had to do: new ArrayCollection($result).