| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 9 | trait QueryBuilderTrait |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param RepositoryInterface $repository |
||
| 13 | * @param EntityInterface|null $entity |
||
| 14 | * |
||
| 15 | * @return QueryBuilder |
||
| 16 | */ |
||
| 17 | protected function createQueryBuilder(RepositoryInterface $repository, EntityInterface $entity = null) |
||
| 25 |