Completed
Push — 3.x ( a54dd5...9f259e )
by Tim
13s queued 10s
created
src/Listeners/DeleteObsoleteTierPricesListener.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -151,10 +151,10 @@
 block discarded – undo
151 151
         if ($plugin->getPluginConfiguration()->hasParam(ConfigurationKeys::CLEAN_UP_TIER_PRICES)) {
152 152
             if ($plugin->getPluginConfiguration()->getParam(ConfigurationKeys::CLEAN_UP_TIER_PRICES)) {
153 153
                 $this->getTierPriceProcessor()
154
-                     ->cleanUpTierPrices(
155
-                         $this->getProcessedTierPrices($plugin->getSerial()),
156
-                         $this->getSkuToPkMappingUtil()->getInvertedSkuToPkMapping($this->getRegistryProcessor(), $plugin->getSerial())
157
-                     );
154
+                        ->cleanUpTierPrices(
155
+                            $this->getProcessedTierPrices($plugin->getSerial()),
156
+                            $this->getSkuToPkMappingUtil()->getInvertedSkuToPkMapping($this->getRegistryProcessor(), $plugin->getSerial())
157
+                        );
158 158
             }
159 159
         }
160 160
     }
Please login to merge, or discard this patch.