Passed
Push — 8.x-dev ( a8926f...7905f6 )
by Arnaud
03:46
created
src/Command/Build.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.