@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace AppBundle\Behat; |
| 13 | 13 | |
| 14 | -use AppBundle\Entity\ContractCustomer; |
|
| 15 | 14 | use AppBundle\Entity\Customer; |
| 16 | 15 | use Behat\Gherkin\Node\TableNode; |
| 17 | 16 | use Faker\Generator; |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | namespace AppBundle\Behat; |
| 13 | 13 | |
| 14 | 14 | use Behat\Behat\Hook\Scope\BeforeScenarioScope; |
| 15 | -use Doctrine\Bundle\PHPCRBundle\Command\WorkspacePurgeCommand; |
|
| 16 | 15 | use Doctrine\Common\DataFixtures\Purger\ORMPurger; |
| 17 | 16 | use Doctrine\Common\Persistence\ObjectManager; |
| 18 | 17 | use Doctrine\ORM\EntityManager; |
@@ -12,13 +12,8 @@ |
||
| 12 | 12 | namespace AppBundle\DependencyInjection\Compiler; |
| 13 | 13 | |
| 14 | 14 | use AppBundle\EventListener\PasswordUpdaterListener; |
| 15 | -use Symfony\Component\Config\Resource\DirectoryResource; |
|
| 16 | 15 | use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
| 17 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 18 | -use Symfony\Component\DependencyInjection\Definition; |
|
| 19 | -use Symfony\Component\DependencyInjection\Parameter; |
|
| 20 | -use Symfony\Component\DependencyInjection\Reference; |
|
| 21 | -use Symfony\Component\Finder\Finder; |
|
| 22 | 17 | |
| 23 | 18 | /** |
| 24 | 19 | * @author Loïc Frémont <[email protected]> |
@@ -11,13 +11,8 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace AppBundle\Fixture\Factory; |
| 13 | 13 | |
| 14 | -use AppBundle\Entity\AdminUser; |
|
| 15 | 14 | use AppBundle\Entity\Customer; |
| 16 | -use AppBundle\Fixture\OptionsResolver\LazyOption; |
|
| 17 | -use Doctrine\ORM\EntityRepository; |
|
| 18 | 15 | use Sylius\Component\Resource\Factory\FactoryInterface; |
| 19 | -use Sylius\Component\Resource\Repository\RepositoryInterface; |
|
| 20 | -use Sylius\Component\User\Model\UserInterface; |
|
| 21 | 16 | use Symfony\Component\OptionsResolver\Options; |
| 22 | 17 | use Symfony\Component\OptionsResolver\OptionsResolver; |
| 23 | 18 | |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace AppBundle\Fixture\Factory; |
| 13 | 13 | |
| 14 | -use AppBundle\Entity\Address; |
|
| 15 | 14 | use AppBundle\Entity\OAuth\Client; |
| 16 | 15 | use Sylius\Component\Resource\Factory\FactoryInterface; |
| 17 | 16 | use Symfony\Component\OptionsResolver\Options; |
@@ -13,8 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Knp\Menu\FactoryInterface; |
| 15 | 15 | use Knp\Menu\ItemInterface; |
| 16 | -use Sylius\Bundle\UiBundle\Menu\Event\MenuBuilderEvent; |
|
| 17 | -use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
| 18 | 16 | use Symfony\Component\HttpFoundation\RequestStack; |
| 19 | 17 | |
| 20 | 18 | /** |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Symfony\Component\HttpFoundation\Request; |
|
| 3 | +use Symfony\Component\HttpFoundation\Request; |
|
| 4 | 4 | use Symfony\Component\Debug\Debug; |
| 5 | 5 | |
| 6 | 6 | /* |