Completed
Push — 4.0 ( 8a9683...64d855 )
by Ryo
11:41 queued 04:40
created
src/Eccube/Controller/Admin/Store/OwnerStoreController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use Eccube\Util\FormUtil;
31 31
 use Knp\Component\Pager\Paginator;
32 32
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
33
-use Symfony\Component\HttpFoundation\RedirectResponse;
34 33
 use Symfony\Component\HttpFoundation\Request;
35 34
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
36 35
 use Symfony\Component\Routing\Annotation\Route;
Please login to merge, or discard this patch.
src/Eccube/Service/PluginService.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 Eccube\Common\Constant;
20 20
 use Eccube\Common\EccubeConfig;
21 21
 use Eccube\Entity\Plugin;
22
-use Eccube\Exception\PluginApiException;
23 22
 use Eccube\Exception\PluginException;
24 23
 use Eccube\Repository\PluginRepository;
25 24
 use Eccube\Service\Composer\ComposerApiService;
Please login to merge, or discard this patch.