Completed
Pull Request — 4.0 (#3589)
by k-yamamura
08:18 queued 02:11
created
src/Eccube/Controller/Admin/Content/PageController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace Eccube\Controller\Admin\Content;
15 15
 
16 16
 use Eccube\Controller\AbstractController;
17
-use Eccube\Entity\Master\DeviceType;
18 17
 use Eccube\Entity\Page;
19 18
 use Eccube\Entity\PageLayout;
20 19
 use Eccube\Event\EccubeEvents;
Please login to merge, or discard this patch.
src/Eccube/Plugin/AbstractPluginManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace Eccube\Plugin;
15 15
 
16
-use Doctrine\DBAL\Migrations\Configuration\Configuration;
17
-use Doctrine\DBAL\Migrations\Migration;
18 16
 use Symfony\Component\DependencyInjection\ContainerInterface;
19 17
 
20 18
 abstract class AbstractPluginManager
Please login to merge, or discard this patch.