zenstruck / foundry

A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.
https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html
MIT License
609 stars 63 forks source link

refactor: deprecate $orderBy argument in RepositoryDecorator::findOneBy() #551

Closed nikophil closed 4 months ago

nikophil commented 5 months ago

in 2.x, RepositoryDecorator implements \Doctrine\Persistence\ObjectRepository so we need to comply to its methods prototypes