Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Remove unused use lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Bielawski committed Oct 8, 2015
1 parent 9db0125 commit 36ea43c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Doctrine/ORM/CartRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

namespace Sylius\Bundle\CartBundle\Doctrine\ORM;

use Sylius\Component\Cart\Repository\CartRepositoryInterface;
use Sylius\Bundle\OrderBundle\Doctrine\ORM\OrderRepository;
use Sylius\Component\Cart\Repository\CartRepositoryInterface;
use Sylius\Component\Order\Model\OrderInterface;

/**
Expand Down
2 changes: 1 addition & 1 deletion Purger/ExpiredCartsPurger.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
namespace Sylius\Bundle\CartBundle\Purger;

use Doctrine\Common\Persistence\ObjectManager;
use Sylius\Component\Cart\Repository\CartRepositoryInterface;
use Sylius\Component\Cart\Model\CartInterface;
use Sylius\Component\Cart\Purger\PurgerInterface;
use Sylius\Component\Cart\Repository\CartRepositoryInterface;

/**
* Default cart purger.
Expand Down
8 changes: 4 additions & 4 deletions spec/Doctrine/ORM/CartRepositorySpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace spec\Sylius\Bundle\CartBundle\Doctrine\ORM;

use Doctrine\ORM\AbstractQuery;
use Doctrine\ORM\EntityManager;
use Doctrine\ORM\Mapping\ClassMetadata;
use Doctrine\ORM\Query\Expr;
use Doctrine\ORM\QueryBuilder;
use PhpSpec\ObjectBehavior;
use Prophecy\Argument;
use Doctrine\ORM\Mapping\ClassMetadata;
use Doctrine\ORM\EntityManager;
use Doctrine\ORM\AbstractQuery;
use Doctrine\ORM\QueryBuilder;
use Sylius\Component\Cart\Model\CartInterface;
use Sylius\Component\Core\Model\OrderInterface;

Expand Down

0 comments on commit 36ea43c

Please sign in to comment.