Test Setup Failed
Branch master (8ee063)
by giu
05:00
created
src/Shell/InstallShell.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,8 @@
 block discarded – undo
2 2
 namespace App\Shell;
3 3
 
4 4
 use Cake\Console\Shell;
5
-use Cake\Filesystem\Folder;
6 5
 use Cake\Filesystem\File;
7 6
 use Cake\Core\Configure;
8
-use Cake\Core\Configure\Engine\PhpConfig;
9 7
 
10 8
 class InstallShell extends Shell
11 9
 {	
Please login to merge, or discard this patch.
config/bootstrap.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,6 @@
 block discarded – undo
65 65
 use Cake\Network\Request;
66 66
 use Cake\Utility\Inflector;
67 67
 use Cake\Utility\Security;
68
-use Cake\Filesystem\Folder;
69 68
 use Cake\Filesystem\File;
70 69
 use Cake\Routing\DispatcherFactory;
71 70
 
Please login to merge, or discard this patch.
src/Controller/TicketsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use App\Controller\AppController;
5 5
 use Cake\I18n\Time;
6
-use Cake\I18n\I18n;
7 6
 
8 7
 /**
9 8
  * Tickets Controller
Please login to merge, or discard this patch.
src/Model/Table/OperationsTable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace App\Model\Table;
3 3
 
4
-use Cake\ORM\Query;
5 4
 use Cake\ORM\RulesChecker;
6 5
 use Cake\ORM\Table;
7 6
 use Cake\Validation\Validator;
Please login to merge, or discard this patch.
src/Model/Table/TicketsTable.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace App\Model\Table;
3 3
 
4
-use Cake\ORM\Query;
5
-use Cake\ORM\RulesChecker;
6 4
 use Cake\ORM\Table;
7 5
 use Cake\Validation\Validator;
8 6
 
Please login to merge, or discard this patch.
src/View/AjaxView.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -14,10 +14,6 @@
 block discarded – undo
14 14
  */
15 15
 namespace App\View;
16 16
 
17
-use Cake\Event\EventManager;
18
-use Cake\Network\Request;
19
-use Cake\Network\Response;
20
-
21 17
 /**
22 18
  * A view class that is used for AJAX responses.
23 19
  * Currently only switches the default layout and sets the response type -
Please login to merge, or discard this patch.
src/Model/Table/TicketstatusesTable.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace App\Model\Table;
3 3
 
4
-use Cake\ORM\Query;
5
-use Cake\ORM\RulesChecker;
6 4
 use Cake\ORM\Table;
7 5
 use Cake\Validation\Validator;
8 6
 
Please login to merge, or discard this patch.
src/Model/Table/TickettypesTable.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace App\Model\Table;
3 3
 
4
-use Cake\ORM\Query;
5
-use Cake\ORM\RulesChecker;
6 4
 use Cake\ORM\Table;
7 5
 use Cake\Validation\Validator;
8 6
 
Please login to merge, or discard this patch.
src/Model/Table/UsersTable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace App\Model\Table;
3 3
 
4
-use Cake\ORM\Query;
5 4
 use Cake\ORM\RulesChecker;
6 5
 use Cake\ORM\Table;
7 6
 use Cake\Validation\Validator;
Please login to merge, or discard this patch.