Completed
Pull Request — master (#32)
by
unknown
08:55
created
src/Service/Action/Auth/RegisterAction.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,11 +16,9 @@
 block discarded – undo
16 16
 use CakeDC\Users\Controller\Component\UsersAuthComponent;
17 17
 use CakeDC\Users\Controller\Traits\CustomUsersTableTrait;
18 18
 use CakeDC\Users\Controller\Traits\RegisterTrait;
19
-use CakeDC\Users\Exception\UserNotFoundException;
20 19
 use Cake\Core\Configure;
21 20
 use Cake\Datasource\EntityInterface;
22 21
 use Cake\Utility\Hash;
23
-use Cake\Validation\Validator;
24 22
 
25 23
 /**
26 24
  * Class RegisterAction
Please login to merge, or discard this patch.
src/Middleware/ApiMiddleware.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,11 +7,8 @@
 block discarded – undo
7 7
 use Cake\Core\Configure;
8 8
 use Cake\Http\RequestTransformer;
9 9
 use Cake\Http\ResponseTransformer;
10
-use Cake\Routing\Exception\RedirectException;
11
-use Cake\Routing\Router;
12 10
 use Psr\Http\Message\ResponseInterface;
13 11
 use Psr\Http\Message\ServerRequestInterface;
14
-use Zend\Diactoros\Response\RedirectResponse;
15 12
 
16 13
 /**
17 14
  * Applies routing rules to the request and creates the controller
Please login to merge, or discard this patch.
tests/TestCase/Service/ServiceRegistryTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,6 @@
 block discarded – undo
16 16
 use CakeDC\Api\TestSuite\TestCase;
17 17
 use CakeDC\Api\Test\ConfigTrait;
18 18
 use CakeDC\Api\Test\FixturesTrait;
19
-use Cake\Network\Request;
20
-use Cake\Network\Response;
21 19
 
22 20
 class ServiceRegistryTest extends TestCase
23 21
 {
Please login to merge, or discard this patch.
tests/TestCase/Service/ServiceTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use CakeDC\Api\TestSuite\TestCase;
19 19
 use CakeDC\Api\Test\ConfigTrait;
20 20
 use CakeDC\Api\Test\FixturesTrait;
21
-use Cake\Controller\Controller;
22 21
 use Cake\Core\Configure;
23 22
 
24 23
 class ServiceTest extends TestCase
Please login to merge, or discard this patch.
TestCase/Integration/Service/Action/Auth/ResetPasswordRequestActionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use CakeDC\Api\Test\Settings;
18 18
 use Cake\Core\Configure;
19 19
 use Cake\ORM\TableRegistry;
20
-use Cake\Utility\Hash;
21 20
 
22 21
 /**
23 22
  * Class ResetPasswordRequestActionTest
Please login to merge, or discard this patch.