Passed
Push — PAC-294-integration-strict-mod... ( 85295c...4e695b )
by
unknown
34:10 queued 24:14
created
src/Observers/ClearTierPriceObserver.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,8 +98,8 @@
 block discarded – undo
98 98
                 $this->getSubject()->getSystemLogger()->warning($e->getMessage());
99 99
                 $this->skipRow();
100 100
             } else {
101
-                 // throw the exception agatin in strict mode
102
-                 throw $e;
101
+                    // throw the exception agatin in strict mode
102
+                    throw $e;
103 103
             }
104 104
         }
105 105
     }
Please login to merge, or discard this patch.