Add createQueryBuilder() abstract method in EntitySpecificationRepositoryTrait
peter-gribanov opened this issue · 1 comments
peter-gribanov commented
It seems like createQueryBuilder()
must be provided by classes using this trait. How about adding it as abstract method to this trait?
Filename: src/EntitySpecificationRepositoryTrait.php
LineNumber: 148
Link: https://scrutinizer-ci.com/g/Happyr/Doctrine-Specification/issues/master/files/src/EntitySpecificationRepositoryTrait.php?selectedLabels%5B0%5D=9&orderField=path&order=asc&honorSelectedPaths=0&issueId=35441642
peter-gribanov commented
This can conflict with the existing method from the Doctrine and can cause problems when updating the Doctrine. It would be better not to declare this method.