Completed
Pull Request — 4.0 (#4262)
by
unknown
32:32 queued 17:31
created
src/Eccube/Service/PurchaseFlow/Processor/StockReduceProcessor.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
 
16 16
 use Doctrine\DBAL\LockMode;
17 17
 use Doctrine\ORM\EntityManagerInterface;
18
-use Doctrine\ORM\PessimisticLockException;
19 18
 use Doctrine\ORM\OptimisticLockException;
19
+use Doctrine\ORM\PessimisticLockException;
20 20
 use Eccube\Entity\ItemHolderInterface;
21 21
 use Eccube\Entity\Order;
22 22
 use Eccube\Entity\ProductClass;
Please login to merge, or discard this patch.