Passed
Push — master ( 3ab830...8feef3 )
by Petr
08:05
created
php-tests/GraphicsTests/ProcessorTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
         $tgt0 = $this->targetPath() . DIRECTORY_SEPARATOR . 'tstimg.png';
101 101
         copy($src, $tgt0); // directly
102 102
         $conf = new Graphics\ImageConfig();
103
-        $conf->setData(['max_width' => 120, 'max_height' => 80,]);
103
+        $conf->setData(['max_width' => 120, 'max_height' => 80, ]);
104 104
         $lib = $this->getGraphics();
105 105
         $lib->setSizes($conf);
106 106
         $lib->resize($tgt0, [$tgt0]);
Please login to merge, or discard this patch.