Completed
Push — master ( e0924d...f634b9 )
by Michal
04: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.
src/Controller/GithubController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Cake\Core\Configure;
17 17
 use Cake\Error\Debugger;
18 18
 use Cake\Filesystem\File;
19
-use Cake\Log\Log;
20 19
 use Cake\View\Helper;
21 20
 
22 21
 /**
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
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Cake\Core\Configure;
17 17
 use Cake\Error\Debugger;
18 18
 use Cake\Filesystem\File;
19
-use Cake\Log\Log;
20 19
 use Cake\View\Helper;
21 20
 
22 21
 /**
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
@@ -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.
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 Contrib\Bundle\CoverallsV1Bundle\Collector;
3 3
 
4 4
 use Contrib\Component\System\Git\GitCommand;
5
-
6 5
 use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Git;
7 6
 use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Commit;
8 7
 use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Remote;
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.