@@ -129,6 +129,9 @@ discard block |
||
| 129 | 129 | return ! is_null($optimizations) && $optimizations != '[]'; |
| 130 | 130 | } |
| 131 | 131 | |
| 132 | + /** |
|
| 133 | + * @param string $path |
|
| 134 | + */ |
|
| 132 | 135 | protected function performOptimization($path, array $optimizerChainConfiguration) |
| 133 | 136 | { |
| 134 | 137 | $optimizerChain = OptimizerChainFactory::create(); |
@@ -144,6 +147,9 @@ discard block |
||
| 144 | 147 | $optimizerChain->optimize($path); |
| 145 | 148 | } |
| 146 | 149 | |
| 150 | + /** |
|
| 151 | + * @param string $outputPath |
|
| 152 | + */ |
|
| 147 | 153 | protected function addFormatManipulation($outputPath) |
| 148 | 154 | { |
| 149 | 155 | if ($this->manipulations->hasManipulation('format')) { |