Test Failed
Push — develop ( 755cd9...0f2ec9 )
by Brent
09:59
created
src/Pageon/Html/Image/ImageFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
 
160 160
     private function optimize(string $path): void
161 161
     {
162
-        if (! $this->optimizer) {
162
+        if (!$this->optimizer) {
163 163
             return;
164 164
         }
165 165
 
Please login to merge, or discard this patch.