Test Failed
Push — zf3-version ( c5fe3e...47d53a )
by Diego
03:23
created
module/Api/src/Controller/EvolutionReportController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Api\Controller;
4 4
 
5
-use Zend\Db\Adapter\AdapterInterface;
6 5
 use Zend\Mvc\Controller\AbstractRestfulController;
7 6
 use Zend\View\Model\JsonModel;
8 7
 use Api\Helper\Utils;
Please login to merge, or discard this patch.
module/Api/src/Controller/IndicatorsReportController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Api\Controller;
4 4
 
5
-use Zend\Db\Adapter\AdapterInterface;
6 5
 use Zend\Mvc\Controller\AbstractRestfulController;
7 6
 use Zend\View\Model\JsonModel;
8
-use Api\Helper\Utils;
9 7
 
10 8
 /**
11 9
  *
Please login to merge, or discard this patch.
module/Api/src/Controller/DistributionReportController.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -2,17 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Api\Controller;
4 4
 
5
-use Zend\Db\Adapter\AdapterInterface;
6 5
 use Zend\Mvc\Controller\AbstractRestfulController;
7 6
 use Zend\View\Model\JsonModel;
8
-use Zend\Validator\StaticValidator;
9 7
 use Api\Helper\Utils;
10
-use Api\Entity\Activity;
11
-use Api\Entity\Subactivity;
12 8
 use Api\Entity\Emission;
13
-use Api\Entity\Sector;
14
-use Api\Entity\Category;
15
-use Api\Entity\Gas;
16 9
 
17 10
 class DistributionReportController extends AbstractRestfulController
18 11
 {
Please login to merge, or discard this patch.