Failed Conditions
Pull Request — experimental/3.1 (#2550)
by chihiro
139:43 queued 128:07
created
src/Eccube/Controller/Install/InstallController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@
 block discarded – undo
40 40
 use Eccube\InstallApplication;
41 41
 use Eccube\Security\Core\Encoder\PasswordEncoder;
42 42
 use Eccube\Util\Str;
43
-use Symfony\Component\Dotenv\Dotenv;
44 43
 use Symfony\Component\Filesystem\Filesystem;
45 44
 use Symfony\Component\Finder\Finder;
46 45
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.
src/Eccube/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 
24 24
 namespace Eccube;
25 25
 
26
-use Composer\Autoload\ClassLoader;
27 26
 use Doctrine\DBAL\Types\Type;
28 27
 use Eccube\DI\AutoWiring\EntityEventAutowiring;
29 28
 use Eccube\DI\AutoWiring\FormExtensionAutoWiring;
Please login to merge, or discard this patch.