Failed Conditions
Pull Request — experimental/3.1 (#2268)
by chihiro
111:45 queued 105:00
created
src/Eccube/Application.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -31,8 +31,6 @@  discard block
 block discarded – undo
31 31
 use Eccube\Common\Constant;
32 32
 use Eccube\Doctrine\DBAL\Types\UTCDateTimeType;
33 33
 use Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver;
34
-use Eccube\Doctrine\ORM\Mapping\Driver\YamlDriver;
35
-use Eccube\EventListener\TransactionListener;
36 34
 use Eccube\Plugin\ConfigManager as PluginConfigManager;
37 35
 use Eccube\Routing\EccubeRouter;
38 36
 use Eccube\ServiceProvider\EntityEventServiceProvider;
@@ -44,13 +42,11 @@  discard block
 block discarded – undo
44 42
 use Sergiors\Silex\Provider\TemplatingServiceProvider;
45 43
 use Sergiors\Silex\Routing\ChainUrlGenerator;
46 44
 use Sergiors\Silex\Routing\ChainUrlMatcher;
47
-use Symfony\Component\EventDispatcher\EventDispatcher;
48 45
 use Symfony\Component\Finder\Finder;
49 46
 use Symfony\Component\HttpFoundation\Request;
50 47
 use Symfony\Component\HttpFoundation\Response;
51 48
 use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
52 49
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;
53
-use Symfony\Component\HttpKernel\Event\PostResponseEvent;
54 50
 use Symfony\Component\HttpKernel\KernelEvents;
55 51
 use Symfony\Component\Yaml\Yaml;
56 52
 
Please login to merge, or discard this patch.
src/Eccube/Form/Extension/DoctrineOrmExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 namespace Eccube\Form\Extension;
24 24
 
25 25
 use Doctrine\ORM\EntityManager;
26
-use Eccube\Application;
27 26
 use Symfony\Component\Form\AbstractTypeExtension;
28 27
 use Symfony\Component\Form\Extension\Core\Type\FormType;
29 28
 use Symfony\Component\Form\FormBuilderInterface;
Please login to merge, or discard this patch.