Test Setup Failed
Push — master ( ab3b35...4b7f60 )
by Christophe
02:30
created
GoogleCharts/Chart.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace CMEN\GoogleChartsBundle\GoogleCharts;
4 4
 
5
-use CMEN\GoogleChartsBundle\Exception\GoogleChartsException;
6
-use CMEN\GoogleChartsBundle\GoogleCharts\Charts\Diff\DiffChart;
5
+use CMEN\GoogleChartsBundle\Exception\GoogleChartsException;
6
+use CMEN\GoogleChartsBundle\GoogleCharts\Charts\Diff\DiffChart;
7 7
 use CMEN\GoogleChartsBundle\GoogleCharts\Options\ChartOptionsDraw;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.