@@ -151,10 +151,10 @@  | 
                                                    ||
| 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 | }  | 
                                                        
@@ -58,9 +58,9 @@ discard block  | 
                                                    ||
| 58 | 58 |      { | 
                                                        
| 59 | 59 | // optimize autoloader with custom path  | 
                                                        
| 60 | 60 | return $this->taskComposerInstall()  | 
                                                        
| 61 | - ->preferDist()  | 
                                                        |
| 62 | - ->optimizeAutoloader()  | 
                                                        |
| 63 | - ->run();  | 
                                                        |
| 61 | + ->preferDist()  | 
                                                        |
| 62 | + ->optimizeAutoloader()  | 
                                                        |
| 63 | + ->run();  | 
                                                        |
| 64 | 64 | }  | 
                                                        
| 65 | 65 | |
| 66 | 66 | /**  | 
                                                        
@@ -72,9 +72,9 @@ discard block  | 
                                                    ||
| 72 | 72 |      { | 
                                                        
| 73 | 73 | // optimize autoloader with custom path  | 
                                                        
| 74 | 74 | return $this->taskComposerUpdate()  | 
                                                        
| 75 | - ->preferDist()  | 
                                                        |
| 76 | - ->optimizeAutoloader()  | 
                                                        |
| 77 | - ->run();  | 
                                                        |
| 75 | + ->preferDist()  | 
                                                        |
| 76 | + ->optimizeAutoloader()  | 
                                                        |
| 77 | + ->run();  | 
                                                        |
| 78 | 78 | }  | 
                                                        
| 79 | 79 | |
| 80 | 80 | /**  | 
                                                        
@@ -95,10 +95,10 @@ discard block  | 
                                                    ||
| 95 | 95 | public function prepare()  | 
                                                        
| 96 | 96 |      { | 
                                                        
| 97 | 97 | return $this->taskFileSystemStack()  | 
                                                        
| 98 | - ->mkdir($this->properties['dist.dir'])  | 
                                                        |
| 99 | - ->mkdir($this->properties['target.dir'])  | 
                                                        |
| 100 | -             ->mkdir(sprintf('%s/reports', $this->properties['target.dir'])) | 
                                                        |
| 101 | - ->run();  | 
                                                        |
| 98 | + ->mkdir($this->properties['dist.dir'])  | 
                                                        |
| 99 | + ->mkdir($this->properties['target.dir'])  | 
                                                        |
| 100 | +                ->mkdir(sprintf('%s/reports', $this->properties['target.dir'])) | 
                                                        |
| 101 | + ->run();  | 
                                                        |
| 102 | 102 | }  | 
                                                        
| 103 | 103 | |
| 104 | 104 | /**  | 
                                                        
@@ -168,8 +168,8 @@ discard block  | 
                                                    ||
| 168 | 168 | |
| 169 | 169 | // run PHPUnit  | 
                                                        
| 170 | 170 |          return $this->taskPHPUnit(sprintf('%s/bin/phpunit', $this->properties['vendor.dir'])) | 
                                                        
| 171 | -             ->configFile('phpunit.xml') | 
                                                        |
| 172 | - ->run();  | 
                                                        |
| 171 | +                ->configFile('phpunit.xml') | 
                                                        |
| 172 | + ->run();  | 
                                                        |
| 173 | 173 | }  | 
                                                        
| 174 | 174 | |
| 175 | 175 | /**  |