@@ -78,7 +78,7 @@ |
||
| 78 | 78 | |
| 79 | 79 | $builder = $this->getBuilder($config); |
| 80 | 80 | |
| 81 | - if ($input->getOption('postprocess') === 'no' || $input->getOption('postprocess') === null ) { |
|
| 81 | + if ($input->getOption('postprocess') === 'no' || $input->getOption('postprocess') === null) { |
|
| 82 | 82 | $this->getBuilder()->getLogger()->alert('Option `postprocess` deprecated: use `optimize` instead.'); |
| 83 | 83 | } |
| 84 | 84 | |