Passed
Pull Request — master (#2)
by Rodrigo
02:46
created
src/ChartPizza.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 ChartPizza extends GoogleChart
7 7
 {
8
-   public $visualization = 'PieChart';
8
+    public $visualization = 'PieChart';
9 9
 }
10 10
\ No newline at end of file
Please login to merge, or discard this patch.
src/ChartPie.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 ChartPie extends GoogleChart
7 7
 {
8
-   public $visualization = 'PieChart';
8
+    public $visualization = 'PieChart';
9 9
 }
10 10
\ No newline at end of file
Please login to merge, or discard this patch.
src/ChartColumn.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 ChartColumn extends GoogleChart
7 7
 {
8
-   public $visualization = 'ColumnChart';
8
+    public $visualization = 'ColumnChart';
9 9
 }
Please login to merge, or discard this patch.
src/ChartArea.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 ChartArea extends GoogleChart
7 7
 {
8
-   public $visualization = 'AreaChart';
8
+    public $visualization = 'AreaChart';
9 9
 }
Please login to merge, or discard this patch.
src/ChartLine.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 ChartLine extends GoogleChart
7 7
 {
8
-   public $visualization = 'LineChart';
8
+    public $visualization = 'LineChart';
9 9
 }
Please login to merge, or discard this patch.