Skip to content

Commit

Permalink
Remove unused import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetayer committed Feb 27, 2018
1 parent db8d3b9 commit 392a772
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions .php_cs.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'@PSR2' => true,
'linebreak_after_opening_tag' => true,
'ordered_imports' => true,
'no_unused_imports' => true,
'method_argument_space' => [
'ensure_fully_multiline' => false
],
Expand Down
1 change: 0 additions & 1 deletion Connector/Reader/Database/ReferenceDataReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Pim\Bundle\CustomEntityBundle\Connector\Reader\Database;

use Akeneo\Component\Batch\Model\StepExecution;
use Doctrine\ORM\EntityManagerInterface;
use Pim\Bundle\CustomEntityBundle\Configuration\Registry;
use Pim\Component\Connector\Reader\Database\AbstractReader;
Expand Down
2 changes: 0 additions & 2 deletions Entity/Repository/AttributeRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\EntityRepository;
use Pim\Bundle\CatalogBundle\Entity\Attribute;
use Pim\Bundle\CustomEntityBundle\Entity\AbstractCustomEntity;
use Pim\Component\Catalog\AttributeTypes;
use Pim\Component\ReferenceData\Model\ReferenceDataInterface;

/**
* Repository for attribute entity
Expand Down
6 changes: 0 additions & 6 deletions Tests/Crud/AbstractCrudTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@

namespace Pim\Bundle\CustomEntityBundle\Tests\Crud;

use Acme\Bundle\CustomBundle\Entity\Brand;
use Acme\Bundle\CustomBundle\Entity\Color;
use Acme\Bundle\CustomBundle\Entity\Fabric;
use Acme\Bundle\CustomBundle\Entity\Pictogram;
use Pim\Bundle\CustomEntityBundle\Manager\ManagerInterface;
use Pim\Bundle\CustomEntityBundle\Tests\AbstractTestCase;
use Pim\Component\Catalog\AttributeTypes;
use Pim\Component\Catalog\Builder\ProductBuilderInterface;
use Pim\Component\Catalog\Model\AttributeInterface;
use Pim\Component\Catalog\Model\ChannelInterface;
use Pim\Component\Catalog\Model\ProductInterface;

/**
Expand Down
4 changes: 0 additions & 4 deletions Tests/Crud/CreateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
use Acme\Bundle\CustomBundle\Entity\Color;
use Acme\Bundle\CustomBundle\Entity\Fabric;
use Acme\Bundle\CustomBundle\Entity\Pictogram;
use Pim\Bundle\CustomEntityBundle\Manager\ManagerInterface;
use Pim\Bundle\CustomEntityBundle\Tests\AbstractTestCase;
use Pim\Component\Catalog\Repository\ChannelRepositoryInterface;
use Pim\Component\Catalog\Repository\LocaleRepositoryInterface;

/**
* @author Mathias METAYER <[email protected]>
Expand Down
1 change: 0 additions & 1 deletion Tests/Jobs/Import/CustomEntityImportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Acme\Bundle\CustomBundle\Entity\Brand;
use Acme\Bundle\CustomBundle\Entity\Color;
use Acme\Bundle\CustomBundle\Entity\Fabric;
use Acme\Bundle\CustomBundle\Entity\Pictogram;
use Akeneo\Bundle\BatchBundle\Command\BatchCommand;
use Pim\Bundle\CustomEntityBundle\Tests\Jobs\AbstractJobTestCase;

Expand Down

0 comments on commit 392a772

Please sign in to comment.