Completed
Push — dependabot/composer/ocramius/p... ( 806311 )
by
unknown
46:32 queued 33:15
created
src/SWP/Bundle/CoreBundle/Controller/ThemesController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Nelmio\ApiDocBundle\Annotation\Model;
19 19
 use SWP\Bundle\CoreBundle\Form\Type\ThemeInstallType;
20 20
 use SWP\Bundle\CoreBundle\Form\Type\ThemeUploadType;
21
-use SWP\Bundle\CoreBundle\Model\Tenant;
22 21
 use SWP\Bundle\CoreBundle\Model\TenantInterface;
23 22
 use SWP\Bundle\CoreBundle\Theme\Helper\ThemeHelper;
24 23
 use SWP\Component\Common\Response\ResourcesListResponseInterface;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Consumer/ContentPushConsumer.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\Consumer;
18 18
 
19
-use Doctrine\DBAL\DBALException;
20 19
 use Doctrine\ORM\EntityManagerInterface;
21 20
 use Doctrine\ORM\ORMException;
22 21
 use Exception;
Please login to merge, or discard this patch.