Completed
Pull Request — master (#131)
by Deven
08:29
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/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/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/AppController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  */
21 21
 namespace App\Controller;
22 22
 
23
-use App\Utility\Sanitize;
24 23
 use Cake\Controller\Controller;
25 24
 use Cake\Event\Event;
26 25
 use Cake\ORM\TableRegistry;
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
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 namespace App\Controller\Component;
20 20
 
21 21
 use Cake\Controller\Component;
22
-use Cake\Routing\Router;
23 22
 
24 23
 /**
25 24
  * Github api component handling comunication with github
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
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 
20 20
 use App\Controller\AppController;
21 21
 use Cake\Network\Exception\NotFoundException;
22
-use App\Utility\Sanitize;
23 22
 
24 23
 /**
25 24
  * Incidents controller handling incident creation and rendering
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
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use App\Utility\Sanitize;
22 22
 use Cake\Core\Configure;
23 23
 use Cake\Log\Log;
24
-use Cake\ORM\Table;
25 24
 use Cake\ORM\TableRegistry;
26 25
 use Cake\Network\Exception\NotFoundException;
27 26
 
Please login to merge, or discard this patch.