Skip to content

Commit

Permalink
chore: fixes code style
Browse files Browse the repository at this point in the history
  • Loading branch information
matiux committed Nov 17, 2022
1 parent b39a50c commit e5cdce4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Expand Up @@ -58,7 +58,7 @@ private function createQuery(FilterAppliersRegistry $filterAppliers): QueryBuild

/**
* @param FilterAppliersRegistry $filterAppliers
* @param QueryBuilder $qb
* @param QueryBuilder $qb
*
* @return list<int>
*/
Expand Down
Expand Up @@ -14,7 +14,7 @@
abstract class DoctrineFilterApplier implements FilterApplier
{
/**
* @param QueryBuilder $target
* @param QueryBuilder $target
* @param FilterAppliersRegistry $filterAppliers
*/
abstract public function apply($target, FilterAppliersRegistry $filterAppliers): void;
Expand Down
Expand Up @@ -4,7 +4,6 @@

namespace Tests\Integration\DDDStarterPack\Aggregate\Infrastructure\Doctrine\Repository\Filter;

use DDDStarterPack\Aggregate\Domain\Repository\Filter\FilterBuilder;
use Doctrine\ORM\QueryBuilder;
use PHPUnit\Framework\TestCase;
use Tests\Support\Model\Doctrine\DoctrineSortApplier;
Expand Down

0 comments on commit e5cdce4

Please sign in to comment.