Happyr / Doctrine-Specification

This library gives you a new way for writing queries. Using the Specification pattern you will get small Specification classes that are highly reusable.
MIT License
445 stars 40 forks source link

support for special query builders #55

Open cordoval opened 9 years ago

cordoval commented 9 years ago

sometimes like when using the library like https://github.com/stephpy/timeline/tree/master/src/ResultBuilder there may be need to loosen a bit the typehint on querybuilder for the repository, wonder if we can allow that

Nyholm commented 9 years ago

The QueryBuilder does not have any interfaces or parents. Are you suggesting to remove the typehint for QueryBuilder completely?