I have a Custom collection class that extends Doctrine ArrayCollection, which has template annotations out of the box. The ArrayCollection class has a filter method which I call from my custom ...
This seems somewhat related to #642, so I guess the problem is already known, but anyway: The following code produces unexpected results: $c = new Doctrine\Common ...