Completed
Push — master ( 061d3e...3e5ec1 )
by Felipe
13s
created
src/image/Image.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     private $_bottom_margin = 30;
46 46
     //private $_plotwidth=0,$_plotheight=0;
47 47
     private $_width       = 0;
48
-    private $_height       = 0;
48
+    private $_height = 0;
49 49
     private $_line_weight = 1;
50 50
 
51 51
     protected $expired           = true;
@@ -53,15 +53,15 @@  discard block
 block discarded – undo
53 53
     protected $lasty             = 0;
54 54
     protected $obs_list          = [];
55 55
     protected $font_size         = 12;
56
-    protected $font_family         = FF_DEFAULT;
57
-    protected $font_style         = FS_NORMAL;
56
+    protected $font_family = FF_DEFAULT;
57
+    protected $font_style = FS_NORMAL;
58 58
     protected $font_file         = '';
59 59
     protected $text_halign       = "left";
60 60
     protected $text_valign       = "bottom";
61 61
     protected $use_anti_aliasing = false;
62 62
     protected $quality           = null;
63 63
     protected $colorstack        = [];
64
-    protected $colorstackidx        = 0;
64
+    protected $colorstackidx = 0;
65 65
     protected $canvascolor       = 'white';
66 66
     protected $langconv          = null;
67 67
     protected $iInterlace        = false;
Please login to merge, or discard this patch.