Skip to content

Commit

Permalink
Fix order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny van Wijk committed Jan 2, 2020
1 parent a7274f0 commit 8d7ad73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Bundle/Doctrine/ORM/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

namespace Sylius\Bundle\GridBundle\Doctrine\ORM;

use Doctrine\ORM\EntityRepository;
use Doctrine\Persistence\ManagerRegistry;
use Doctrine\Persistence\ObjectManager;
use Doctrine\ORM\EntityRepository;
use Sylius\Component\Grid\Data\DataSourceInterface;
use Sylius\Component\Grid\Data\DriverInterface;
use Sylius\Component\Grid\Parameters;
Expand Down
2 changes: 1 addition & 1 deletion src/Bundle/spec/Doctrine/ORM/DriverSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

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

use Doctrine\Persistence\ManagerRegistry;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\EntityRepository;
use Doctrine\ORM\QueryBuilder;
use Doctrine\Persistence\ManagerRegistry;
use PhpSpec\ObjectBehavior;
use Sylius\Bundle\GridBundle\Doctrine\ORM\DataSource;
use Sylius\Component\Grid\Data\DriverInterface;
Expand Down

0 comments on commit 8d7ad73

Please sign in to comment.