Passed
Push — bugfix/ECO-1031-recent-review ( 400d99...9a5969 )
by Andrey
04:51
created
Business/Payment/Handler/Ipn/IpnAbstractTransferRequestHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
         $repeatable = 2;
61 61
         while ($repeatable-- > 0) {
62 62
             try {
63
-                $this->handleDatabaseTransaction(function () use ($paymentRequestTransfer) {
63
+                $this->handleDatabaseTransaction(function() use ($paymentRequestTransfer) {
64 64
                     Propel::getConnection()->exec('SET TRANSACTION ISOLATION LEVEL REPEATABLE READ;');
65 65
                     Propel::disableInstancePooling();
66 66
 
Please login to merge, or discard this patch.