Passed
Pull Request — master (#6)
by
unknown
05:57
created
src/Controller/Component/UserPermissionsComponent.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,8 @@
 block discarded – undo
2 2
 namespace UserPermissions\Controller\Component;
3 3
 
4 4
 use Cake\Controller\Component;
5
-use Cake\Controller\ComponentRegistry;
6
-use Cake\Controller\Component\FlashComponent;
7 5
 use Cake\Core\Exception\Exception;
8
-use Cake\Datasource\ConnectionManager;
9 6
 use Cake\Log\Log;
10
-use Cake\ORM\TableRegistry;
11 7
 
12 8
 /**
13 9
  * An instance of this exception should be thrown, if the
Please login to merge, or discard this patch.