Passed
Push — master ( 136e58...eebc35 )
by smiley
01:51
created
src/Output/QRImageOptions.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 	/**
62 62
 	 * @var int
63 63
 	 */
64
-	protected $fgRed   = 0;
64
+	protected $fgRed = 0;
65 65
 
66 66
 	/**
67 67
 	 * @var int
@@ -71,12 +71,12 @@  discard block
 block discarded – undo
71 71
 	/**
72 72
 	 * @var int
73 73
 	 */
74
-	protected $fgBlue  = 0;
74
+	protected $fgBlue = 0;
75 75
 
76 76
 	/**
77 77
 	 * @var int
78 78
 	 */
79
-	protected $bgRed   = 255;
79
+	protected $bgRed = 255;
80 80
 
81 81
 	/**
82 82
 	 * @var int
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 	/**
87 87
 	 * @var int
88 88
 	 */
89
-	protected $bgBlue  = 255;
89
+	protected $bgBlue = 255;
90 90
 
91 91
 	/**
92 92
 	 * @var int
Please login to merge, or discard this patch.