Failed Conditions
Pull Request — experimental/3.1 (#2208)
by chihiro
34:43
created
src/Eccube/Doctrine/Common/CsvDataFixtures/CsvFixture.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Doctrine\Common\DataFixtures\FixtureInterface;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7 7
 use Doctrine\DBAL\Connection;
8
-use Doctrine\DBAL\Schema\Table;
9 8
 
10 9
 /**
11 10
  * CSVファイルを扱うためのフィクスチャ.
Please login to merge, or discard this patch.
src/Eccube/Resource/doctrine/migration/Version20150716110252.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\DBAL\Migrations\AbstractMigration;
6 6
 use Doctrine\DBAL\Schema\Schema;
7
-use Eccube\Entity\Master\CsvType;
8 7
 
9 8
 /**
10 9
  * Auto-generated Migration: Please modify to your needs!
Please login to merge, or discard this patch.