@@ -13,10 +13,10 @@ |
||
13 | 13 | |
14 | 14 | namespace Eccube\Repository; |
15 | 15 | |
16 | +use Doctrine\Common\Persistence\ManagerRegistry as RegistryInterface; |
|
16 | 17 | use Doctrine\ORM\NoResultException; |
17 | 18 | use Eccube\Common\EccubeConfig; |
18 | 19 | use Eccube\Entity\Page; |
19 | -use Doctrine\Common\Persistence\ManagerRegistry as RegistryInterface; |
|
20 | 20 | use Symfony\Component\DependencyInjection\ContainerInterface; |
21 | 21 | |
22 | 22 | /** |
@@ -14,12 +14,12 @@ |
||
14 | 14 | namespace Eccube\Repository; |
15 | 15 | |
16 | 16 | use Doctrine\Common\Collections\ArrayCollection; |
17 | +use Doctrine\Common\Persistence\ManagerRegistry as RegistryInterface; |
|
17 | 18 | use Eccube\Common\EccubeConfig; |
18 | 19 | use Eccube\Doctrine\Query\Queries; |
19 | 20 | use Eccube\Entity\Product; |
20 | 21 | use Eccube\Entity\ProductStock; |
21 | 22 | use Eccube\Util\StringUtil; |
22 | -use Doctrine\Common\Persistence\ManagerRegistry as RegistryInterface; |
|
23 | 23 | |
24 | 24 | /** |
25 | 25 | * ProductRepository |
@@ -13,10 +13,10 @@ |
||
13 | 13 | |
14 | 14 | namespace Eccube\Repository; |
15 | 15 | |
16 | +use Doctrine\Common\Persistence\ManagerRegistry as RegistryInterface; |
|
16 | 17 | use Doctrine\ORM\QueryBuilder; |
17 | 18 | use Eccube\Entity\Shipping; |
18 | 19 | use Eccube\Util\StringUtil; |
19 | -use Doctrine\Common\Persistence\ManagerRegistry as RegistryInterface; |
|
20 | 20 | |
21 | 21 | /** |
22 | 22 | * ShippingRepository |
@@ -13,13 +13,13 @@ |
||
13 | 13 | |
14 | 14 | namespace Eccube\Repository; |
15 | 15 | |
16 | +use Doctrine\Common\Persistence\ManagerRegistry as RegistryInterface; |
|
16 | 17 | use Doctrine\ORM\NoResultException; |
17 | 18 | use Eccube\Common\EccubeConfig; |
18 | 19 | use Eccube\Entity\BaseInfo; |
19 | 20 | use Eccube\Entity\Customer; |
20 | 21 | use Eccube\Entity\Master\RoundingType; |
21 | 22 | use Eccube\Entity\TaxRule; |
22 | -use Doctrine\Common\Persistence\ManagerRegistry as RegistryInterface; |
|
23 | 23 | use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; |
24 | 24 | use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface; |
25 | 25 |
@@ -14,9 +14,9 @@ |
||
14 | 14 | namespace Eccube\Service; |
15 | 15 | |
16 | 16 | use Doctrine\ORM\EntityManagerInterface; |
17 | +use Symfony\Component\DependencyInjection\ContainerInterface; |
|
17 | 18 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
18 | 19 | use Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector; |
19 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
20 | 20 | use Symfony\Component\HttpKernel\Event\TerminateEvent; |
21 | 21 | use Symfony\Component\HttpKernel\KernelEvents; |
22 | 22 |
@@ -13,8 +13,8 @@ |
||
13 | 13 | |
14 | 14 | namespace Eccube\Twig; |
15 | 15 | |
16 | -use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
17 | 16 | use Eccube\Event\TemplateEvent; |
17 | +use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
18 | 18 | |
19 | 19 | abstract class Template extends \Twig\Template |
20 | 20 | { |
@@ -121,6 +121,6 @@ |
||
121 | 121 | |
122 | 122 | public function needsRehash(string $encoded): bool |
123 | 123 | { |
124 | - return true; |
|
124 | + return true; |
|
125 | 125 | } |
126 | 126 | } |