Failed Conditions
Pull Request — 4.0 (#4528)
by Kentaro
07:14
created
src/Eccube/Repository/CustomerRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,13 +13,13 @@
 block discarded – undo
13 13
 
14 14
 namespace Eccube\Repository;
15 15
 
16
+use Doctrine\Common\Persistence\ManagerRegistry as RegistryInterface;
16 17
 use Doctrine\ORM\EntityManagerInterface;
17 18
 use Eccube\Common\EccubeConfig;
18 19
 use Eccube\Doctrine\Query\Queries;
19 20
 use Eccube\Entity\Customer;
20 21
 use Eccube\Entity\Master\CustomerStatus;
21 22
 use Eccube\Util\StringUtil;
22
-use Doctrine\Common\Persistence\ManagerRegistry as RegistryInterface;
23 23
 use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface;
24 24
 
25 25
 /**
Please login to merge, or discard this patch.
src/Eccube/Repository/LayoutRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,9 +13,9 @@
 block discarded – undo
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\Entity\Layout;
18
-use Doctrine\Common\Persistence\ManagerRegistry as RegistryInterface;
19 19
 
20 20
 /**
21 21
  * LayoutRepository
Please login to merge, or discard this patch.
src/Eccube/Repository/PageRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,10 +13,10 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
src/Eccube/Repository/ProductRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,12 +14,12 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Eccube/Repository/ShippingRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,10 +13,10 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Eccube/Repository/TaxRuleRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,13 +13,13 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Eccube/Service/SystemService.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,9 +14,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Eccube/Twig/Template.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Eccube/Security/Core/Encoder/PasswordEncoder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,6 +121,6 @@
 block discarded – undo
121 121
 
122 122
     public function needsRehash(string $encoded): bool
123 123
     {
124
-         return true;
124
+            return true;
125 125
     }
126 126
 }
Please login to merge, or discard this patch.