@@ -100,7 +100,7 @@ |
||
| 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]); |