Completed
Pull Request — 2.0 (#192)
by Christopher
08:56
created
plugins/CMS/src/Core/Plugin.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 Cake\Filesystem\File;
18 18
 use Cake\Filesystem\Folder;
19 19
 use Cake\Utility\Hash;
20
-use Cake\Utility\Inflector;
21 20
 use CMS\Core\Package\PackageFactory;
22 21
 use CMS\Core\Package\PluginPackage;
23 22
 use CMS\Core\StaticCacheTrait;
Please login to merge, or discard this patch.
plugins/User/config/bootstrap.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use Cake\Cache\Cache;
14 14
 use Cake\I18n\I18n;
15
-use Cake\Network\Session;
16 15
 use Cake\ORM\Entity;
17 16
 use Cake\ORM\TableRegistry;
18 17
 use Cake\Routing\Router;
Please login to merge, or discard this patch.
plugins/CMS/config/functions.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,9 +16,7 @@
 block discarded – undo
16 16
 use Cake\Error\Debugger;
17 17
 use Cake\Error\FatalErrorException;
18 18
 use Cake\Event\EventManager;
19
-use Cake\Filesystem\File;
20 19
 use Cake\Filesystem\Folder;
21
-use Cake\I18n\I18n;
22 20
 use Cake\ORM\Entity;
23 21
 use Cake\ORM\TableRegistry;
24 22
 use Cake\Routing\Router;
Please login to merge, or discard this patch.
plugins/Field/config/bootstrap.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
  * @license  http://opensource.org/licenses/gpl-3.0.html GPL-3.0 License
11 11
  */
12 12
 
13
-use CMS\Event\EventDispatcher;
14
-
15 13
 if (!function_exists('fieldsInfo')) {
16 14
     /**
17 15
      * Gets a collection of information of every registered field in the system, or
Please login to merge, or discard this patch.
plugins/System/src/Controller/Admin/ConfigurationController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,9 +11,7 @@
 block discarded – undo
11 11
  */
12 12
 namespace System\Controller\Admin;
13 13
 
14
-use Cake\ORM\Entity;
15 14
 use Cake\Validation\Validator;
16
-use CMS\Core\Plugin;
17 15
 use Locale\Utility\LocaleToolbox;
18 16
 use System\Controller\AppController;
19 17
 
Please login to merge, or discard this patch.
plugins/Eav/src/Model/Behavior/EavBehavior.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use Cake\ORM\Query;
23 23
 use Cake\ORM\Table;
24 24
 use Cake\ORM\TableRegistry;
25
-use Cake\Utility\Hash;
26 25
 use Eav\Model\Behavior\EavToolbox;
27 26
 use Eav\Model\Behavior\QueryScope\QueryScopeInterface;
28 27
 use Eav\Model\Behavior\QueryScope\SelectScope;
Please login to merge, or discard this patch.
plugins/Search/src/Engine/Generic/GenericEngine.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -12,11 +12,7 @@
 block discarded – undo
12 12
 namespace Search\Engine\Generic;
13 13
 
14 14
 use Cake\Cache\Cache;
15
-use Cake\Core\InstanceConfigTrait;
16 15
 use Cake\Datasource\EntityInterface;
17
-use Cake\Error\FatalErrorException;
18
-use Cake\Event\Event;
19
-use Cake\Event\EventManager;
20 16
 use Cake\ORM\Query;
21 17
 use Cake\ORM\Table;
22 18
 use Cake\ORM\TableRegistry;
Please login to merge, or discard this patch.