Completed
Push — master ( 6d3b9f...9e197f )
by Michal
120:46 queued 114:57
created
src/Controller/GithubController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use App\Controller\AppController;
6 6
 use Cake\Core\Configure;
7
-use Cake\Log\Log;
8 7
 use Cake\Routing\Router;
9 8
 use Cake\Event\Event;
10 9
 use Cake\ORM\TableRegistry;
Please login to merge, or discard this patch.
src/Controller/IncidentsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use App\Controller\AppController;
6 6
 use Cake\Network\Exception\NotFoundException;
7
-use App\Utility\Sanitize;
8 7
 /**
9 8
  * Incidents controller handling incident creation and rendering
10 9
  *
Please login to merge, or discard this patch.
src/Controller/NotificationsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Controller;
4 4
 
5 5
 use App\Controller\AppController;
6
-use Cake\Log\Log;
7 6
 use Cake\Routing\Router;
8 7
 use Cake\Event\Event;
9 8
 use Cake\ORM\TableRegistry;
Please login to merge, or discard this patch.
src/Controller/ReportsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use App\Utility\Sanitize;
7 7
 use Cake\Core\Configure;
8 8
 use Cake\Log\Log;
9
-use Cake\ORM\Table;
10 9
 use Cake\ORM\TableRegistry;
11 10
 use Cake\Network\Exception\NotFoundException;
12 11
 /**
Please login to merge, or discard this patch.
src/Model/Table/IncidentsTable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 /* vim: set noexpandtab sw=2 ts=2 sts=2: */
3 3
 namespace App\Model\Table;
4 4
 
5
-use App\Model\AppModel;
6 5
 use Cake\ORM\Table;
7 6
 use Cake\ORM\TableRegistry;
8 7
 use Cake\Log\Log;
Please login to merge, or discard this patch.
src/Model/Table/ReportsTable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Model\Table;
4 4
 
5 5
 use Cake\ORM\Table;
6
-use App\Model\AppModel;
7 6
 use Cake\Model\Model;
8 7
 use Cake\Routing\Router;
9 8
 use Cake\ORM\TableRegistry;
Please login to merge, or discard this patch.
src/View/Helper/ReportsHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use App\Utility\Sanitize;
6 6
 use App\View\Helper\AppHelper;
7
-use App\View\Helper\IncidentsHelper;
8 7
 use Cake\Utility\Inflector;
9 8
 use Cake\View\View;
10 9
 
Please login to merge, or discard this patch.
tests/TestCase/Model/Table/ReportsTableTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace App\Test\TestCase\Model\Table;
3 3
 
4 4
 use Cake\ORM\TableRegistry;
5
-
6 5
 use Cake\TestSuite\TestCase;
7 6
 
8 7
 class ReportsTableTest extends TestCase {
Please login to merge, or discard this patch.
src/Controller/Component/OrderSearchComponent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Controller\Component;
4 4
 
5 5
 use Cake\Controller\Component;
6
-use Cake\Routing\Router;
7 6
 /**
8 7
  * Order and search component handling generation of ordering and
9 8
  * searching conditions in loading data tables
Please login to merge, or discard this patch.