Completed
Pull Request — master (#1480)
by Antoine
04:53 queued 01:24
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   -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@  discard block
 block discarded – undo
14 14
 namespace ApiPlatform\Core\Bridge\Doctrine\Orm\Filter;
15 15
 
16 16
 use ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryBuilderHelper;
17
-use ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryChecker;
18 17
 use ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface;
19 18
 use ApiPlatform\Core\Exception\InvalidArgumentException;
20 19
 use ApiPlatform\Core\Util\RequestParser;
@@ -22,7 +21,6 @@  discard block
 block discarded – undo
22 21
 use Doctrine\DBAL\Platforms\AbstractPlatform;
23 22
 use Doctrine\DBAL\Types\Type;
24 23
 use Doctrine\ORM\Mapping\ClassMetadata;
25
-use Doctrine\ORM\Query\Expr\Join;
26 24
 use Doctrine\ORM\QueryBuilder;
27 25
 use Psr\Log\LoggerInterface;
28 26
 use Psr\Log\NullLogger;
Please login to merge, or discard this patch.