Passed
Pull Request — master (#14)
by
unknown
24:07 queued 14:36
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.