Completed
Pull Request — master (#1480)
by Antoine
03:45
created
src/Bridge/Doctrine/Orm/Filter/SearchFilter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use ApiPlatform\Core\Exception\InvalidArgumentException;
20 20
 use Doctrine\Common\Persistence\ManagerRegistry;
21 21
 use Doctrine\Common\Persistence\Mapping\ClassMetadata;
22
-use Doctrine\DBAL\Types\Type;
23 22
 use Doctrine\DBAL\Types\Type as DBALType;
24 23
 use Doctrine\ORM\Mapping\MappingException;
25 24
 use Doctrine\ORM\QueryBuilder;
Please login to merge, or discard this patch.
src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Doctrine\DBAL\Platforms\AbstractPlatform;
22 22
 use Doctrine\DBAL\Types\Type;
23 23
 use Doctrine\ORM\Mapping\ClassMetadata;
24
-use Doctrine\ORM\Query\Expr\Join;
25 24
 use Doctrine\ORM\QueryBuilder;
26 25
 use Psr\Log\LoggerInterface;
27 26
 use Psr\Log\NullLogger;
Please login to merge, or discard this patch.