Completed
Pull Request — master (#1041)
by Rafał
09:54
created
src/SWP/Bundle/CoreBundle/Command/ProcessPackagesCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 namespace SWP\Bundle\CoreBundle\Command;
18 18
 
19
-use SWP\Bundle\CoreBundle\MessageHandler\Message\ContentPushMessage;
20 19
 use function explode;
21 20
 use Knp\Component\Pager\Pagination\SlidingPagination;
22 21
 use Knp\Component\Pager\PaginatorInterface;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/MessageHandler/ContentPushHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 
19 19
 use Doctrine\DBAL\Exception\NotNullConstraintViolationException;
20 20
 use Doctrine\ORM\EntityManagerInterface;
21
-use Doctrine\ORM\NonUniqueResultException;
22 21
 use Psr\Log\LoggerInterface;
23 22
 use Sentry\Breadcrumb;
24 23
 use Sentry\State\HubInterface;
Please login to merge, or discard this patch.