Completed
Pull Request — master (#23)
by Shestakov
15:36
created
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.
Source/Ice/Action/Security.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace Ice\Action;
4 4
 
5 5
 use Ice\Core\Config;
6
-use Ice\Core\DataSource;
7
-use Ice\Core\Debuger;
8 6
 use Ice\Core\Exception;
9 7
 use Ice\Core\Logger as Core_Logger;
10 8
 use Ice\Core\Model;
Please login to merge, or discard this patch.
Source/Ice/Action/Security/Password/Email/ChangePassword/Submit.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
3 3
 namespace Ice\Action;
4 4
 
5 5
 use Ice\Core\Logger;
6
-use Ice\Core\Model;
7 6
 use Ice\Core\Model_Account;
8 7
 use Ice\Core\Security as Core_Security;
9 8
 use Ice\Model\Account;
10
-use Ice\Widget\Account_Password_Email_ChangePassword;
11 9
 
12 10
 class Security_Password_Email_ChangePassword_Submit extends Security
13 11
 {
Please login to merge, or discard this patch.
Source/Ice/Action/Security/Password/Email/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
 namespace Ice\Widget;
3 3
 
4 4
 use Ice\Action\Security_LoginEmailPassword_ChangePassword_Submit;
5
-use Ice\Core\Model;
6 5
 use Ice\Core\Widget_Security;
7 6
 use Ice\DataProvider\Request;
8 7
 
Please login to merge, or discard this patch.
Source/Ice/Action/Security/Password/Login/ChangePassword/Submit.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Ice\Core\Model_Account;
7 7
 use Ice\Core\Security as Core_Security;
8 8
 use Ice\Model\Account;
9
-use Ice\Widget\Account_Password_Login_ChangePassword;
10 9
 
11 10
 class Security_Password_Login_ChangePassword_Submit extends Security
12 11
 {
Please login to merge, or discard this patch.
Source/Ice/Action/Security/Password/Login/Register/Submit.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 Ice\Action\Render;
6 6
 use Ice\Core\Action;
7
-use Ice\Core\Debuger;
8 7
 use Ice\Core\Request;
9 8
 use Ice\Core\Resource;
10 9
 use Ice\Core\Route;
Please login to merge, or discard this patch.
Source/Ice/Action/Security/Password/Login/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
 namespace Ice\Widget;
3 3
 
4 4
 use Ice\Action\Security_LoginEmailPassword_ChangePassword_Submit;
5
-use Ice\Core\Model;
6 5
 use Ice\Core\Widget_Security;
7 6
 use Ice\DataProvider\Request;
8 7
 
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
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Ice\DataProvider\Repository;
14 14
 use Ice\Exception\Config_Error;
15 15
 use Ice\Exception\Config_Param_NotFound;
16
-use Ice\Exception\Error;
17 16
 use Ice\Exception\FileNotFound;
18 17
 use Ice\Helper\Config as Helper_Config;
19 18
 use Ice\Helper\File;
Please login to merge, or discard this patch.
Source/Ice/Core/Logger.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.