@@ -52,7 +52,7 @@ |
||
52 | 52 | { |
53 | 53 | // open background |
54 | 54 | $image = imagecreatetruecolor($max, $max); |
55 | - if (! $image) { |
|
55 | + if (!$image) { |
|
56 | 56 | throw new Exception('Can not create image'); |
57 | 57 | } |
58 | 58 | $color = imagecolorallocate($image, 255, 255, 255); |