Completed
Push — master ( e1b908...754895 )
by Benjamin
02:33
created
example/helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.