Passed
Push — PAC-294-integration-strict-mod... ( 9c25ce )
by
unknown
27:12 queued 17:51
created
src/Observers/ClearTierPriceObserver.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,8 +104,8 @@
 block discarded – undo
104 104
                 $this->getSubject()->getSystemLogger()->warning($e->getMessage());
105 105
                 $this->skipRow();
106 106
             } elseif ($this->getSubject()->isStrictMode()) {
107
-                 // throw the exception agatin in strict mode
108
-                 throw $e;
107
+                    // throw the exception agatin in strict mode
108
+                    throw $e;
109 109
             }
110 110
         }
111 111
     }
Please login to merge, or discard this patch.