Completed
Pull Request — master (#23)
by Shestakov
06:47
created
Source/Ice/Action/Security/LoginPassword/Login/Submit.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Ice\Action;
4 4
 
5
-use Ice\Core\Debuger;
6 5
 use Ice\Core\Logger;
7 6
 use Ice\Core\Model;
8 7
 use Ice\Core\Model\Security_Account;
Please login to merge, or discard this patch.
Source/Ice/Action/Security/LoginPassword/RegisterConfirm/Submit.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Ice\Action;
4 4
 
5
-use Ice\Core\Debuger;
6 5
 use Ice\Core\Logger;
7 6
 use Ice\Core\Widget_Security;
8 7
 use Ice\Helper\Date;
Please login to merge, or discard this patch.
Source/Ice/Action/Security/LoginPassword/RestorePasswordConfirm/Submit.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Ice\Action;
4 4
 
5
-use Ice\Core\Debuger;
6 5
 use Ice\Core\Logger;
7 6
 use Ice\Core\Model;
8 7
 use Ice\Core\Model\Security_Account;
Please login to merge, or discard this patch.
Source/Ice/Action/Widget/Form/File/Upload.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 FileAPI;
6 6
 use Ice\Core\Action;
7
-use Ice\Core\Debuger;
8 7
 use Ice\Core\Module;
9 8
 use Ice\DataProvider\Request;
10 9
 use Ice\Helper\File;
Please login to merge, or discard this patch.
Source/Ice/App.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Ice\Action\Upgrade;
9 9
 use Ice\Core\Action;
10 10
 use Ice\Core\Action_Context;
11
-use Ice\Core\Debuger;
12 11
 use Ice\Core\Logger;
13 12
 use Ice\Core\Module;
14 13
 use Ice\Core\Profiler;
Please login to merge, or discard this patch.
Source/Ice/Core/Config.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Ice\Core;
13 13
 use Ice\DataProvider\Repository;
14 14
 use Ice\Exception\Config_Error;
15
-use Ice\Exception\Config_Param;
16 15
 use Ice\Exception\Config_Param_NotFound;
17 16
 use Ice\Exception\FileNotFound;
18 17
 use Ice\Helper\Config as Helper_Config;
Please login to merge, or discard this patch.
Source/Ice/Core/DataSource.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace Ice\Core;
11 11
 
12 12
 use Ice\Core;
13
-use Ice\Helper\String;
14 13
 
15 14
 /**
16 15
  * Class DataSource
Please login to merge, or discard this patch.
Source/Ice/Core/Model.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -9,15 +9,11 @@
 block discarded – undo
9 9
 
10 10
 namespace Ice\Core;
11 11
 
12
-use Assetic\Test\Filter\PackerFilterTest;
13 12
 use Ice\Core;
14
-use Ice\Helper\Arrays;
15 13
 use Ice\Helper\Json;
16 14
 use Ice\Helper\Model as Helper_Model;
17 15
 use Ice\Helper\Object;
18 16
 use Ice\Helper\Spatial;
19
-use Ice\Widget\Model_Form;
20
-use Ice\Widget\Model_Table;
21 17
 
22 18
 /**
23 19
  * Class Model
Please login to merge, or discard this patch.
Source/Ice/Core/Module.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace Ice\Core;
11 11
 
12 12
 use Ice\Core;
13
-use Ice\Exception\ModuleNotFound;
14 13
 use Ice\Helper\Directory;
15 14
 use Ice\Helper\File;
16 15
 use Ice\Helper\String;
Please login to merge, or discard this patch.