Completed
Pull Request — master (#99)
by Deven
14:25
created
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/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/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.
vendor/cakephp/bake/src/Shell/Task/BakeTemplateTask.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use Bake\View\BakeView;
18 18
 use Cake\Console\Shell;
19
-use Cake\Core\Configure;
20 19
 use Cake\Core\ConventionsTrait;
21 20
 use Cake\Event\Event;
22 21
 use Cake\Event\EventManager;
Please login to merge, or discard this patch.
vendor/cakephp/cakephp/tests/bootstrap.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Cake\Cache\Cache;
15 15
 use Cake\Core\Configure;
16 16
 use Cake\Datasource\ConnectionManager;
17
-use Cake\I18n\I18n;
18 17
 use Cake\Log\Log;
19 18
 
20 19
 require_once 'vendor/autoload.php';
Please login to merge, or discard this patch.
vendor/cakephp/debug_kit/src/Cache/Engine/DebugEngine.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Cake\Cache\CacheEngine;
17 17
 use Cake\Cache\CacheRegistry;
18
-use Cake\Core\App;
19 18
 use DebugKit\DebugTimer;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
vendor/cakephp/debug_kit/src/Panel/CachePanel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace DebugKit\Panel;
15 15
 
16 16
 use Cake\Cache\Cache;
17
-use Cake\Event\Event;
18 17
 use DebugKit\Cache\Engine\DebugEngine;
19 18
 use DebugKit\DebugPanel;
20 19
 
Please login to merge, or discard this patch.
vendor/cakephp/debug_kit/src/Panel/SqlLogPanel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,9 +12,7 @@
 block discarded – undo
12 12
  */
13 13
 namespace DebugKit\Panel;
14 14
 
15
-use Cake\Controller\Controller;
16 15
 use Cake\Datasource\ConnectionManager;
17
-use Cake\Event\Event;
18 16
 use Cake\ORM\TableRegistry;
19 17
 use DebugKit\Database\Log\DebugLog;
20 18
 use DebugKit\DebugPanel;
Please login to merge, or discard this patch.