Passed
Push — master ( 16b59d...9e5245 )
by Rodrigo
02:08
created
src/ColumnChart.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,5 +5,5 @@
 block discarded – undo
5 5
 
6 6
 class ColumnChart extends GoogleChart
7 7
 {
8
-   public $visualization = 'ColumnChart';
8
+    public $visualization = 'ColumnChart';
9 9
 }
Please login to merge, or discard this patch.