Completed
Push — master ( c9adb3...a4da11 )
by Michal
09:18
created
src/Controller/Component/MailerComponent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 namespace App\Controller\Component;
21 21
 
22 22
 use Cake\Controller\Component;
23
-use Cake\ORM\TableRegistry;
24 23
 use Cake\Mailer\Email;
25 24
 use Cake\Core\Configure;
26 25
 
Please login to merge, or discard this patch.
src/Controller/DevelopersController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,6 @@
 block discarded – undo
21 21
 
22 22
 use Cake\Core\Configure;
23 23
 use Cake\Event\Event;
24
-use Cake\Network\Exception\NotFoundException;
25
-use Cake\ORM\TableRegistry;
26 24
 
27 25
 /**
28 26
  * Developer controller handling developer login/logout/register.
Please login to merge, or discard this patch.
tests/TestCase/Controller/ReportsControllerTest.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 Cake\ORM\TableRegistry;
6 6
 use Cake\TestSuite\IntegrationTestCase;
7
-use Cake\Network\Exception\NotFoundException;
8 7
 
9 8
 class ReportsControllerTest extends IntegrationTestCase
10 9
 {
Please login to merge, or discard this patch.
tests/TestCase/Controller/GithubControllerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 namespace App\Test\TestCase\Controller;
21 21
 
22 22
 use App\Controller\GithubController;
23
-use Cake\Core\Configure;
24 23
 use Cake\ORM\TableRegistry;
25 24
 use Cake\TestSuite\IntegrationTestCase;
26 25
 
Please login to merge, or discard this patch.