Completed
Pull Request — master (#23)
by Shestakov
06:47
created
Source/Ice/Widget/Security/EmailPassword/RestorePassword.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\Widget;
4 4
 
5
-use Ice\Action\Security_EmailPassword_Restore_Submit;
6 5
 use Ice\Action\Security_EmailPassword_RestorePassword_Submit;
7 6
 use Ice\Core\Widget_Security;
8 7
 use Ice\DataProvider\Request;
Please login to merge, or discard this patch.
Source/Ice/Widget/Security/EmailPassword/RestorePasswordConfirm.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\Widget;
4 4
 
5
-use Ice\Action\Security_EmailPassword_RestoreConfirm_Submit;
6 5
 use Ice\Action\Security_EmailPassword_RestorePasswordConfirm_Submit;
7 6
 use Ice\Core\Widget_Security;
8 7
 use Ice\DataProvider\Request;
Please login to merge, or discard this patch.
Source/Ice/Widget/Security/LoginEmailPassword/ChangePassword.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/Widget/Security/LoginEmailPassword/Login.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 namespace Ice\Widget;
3 3
 
4 4
 use Ice\Action\Security_LoginEmailPassword_Login_Submit;
5
-use Ice\Core\Model;
6
-use Ice\Core\Model\Security_Account;
7
-use Ice\Core\Widget_Form_Security_Login;
8 5
 use Ice\Core\Widget_Security;
9 6
 use Ice\DataProvider\Request;
10 7
 
Please login to merge, or discard this patch.
Source/Ice/Widget/Security/LoginEmailPassword/RestorePasswordConfirm.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\Widget;
4 4
 
5
-use Ice\Action\Security_EmailPassword_RestoreConfirm_Submit;
6 5
 use Ice\Action\Security_LoginEmailPassword_RestorePasswordConfirm_Submit;
7 6
 use Ice\Core\Widget_Security;
8 7
 use Ice\DataProvider\Request;
Please login to merge, or discard this patch.
Source/Ice/Widget/Security/LoginPassword/Login.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace Ice\Widget;
4 4
 
5 5
 use Ice\Action\Security_LoginPassword_Login_Submit;
6
-use Ice\Core\Model;
7
-use Ice\Core\Model\Security_Account;
8
-use Ice\Core\Widget_Form_Security_Login;
9 6
 use Ice\Core\Widget_Security;
10 7
 use Ice\DataProvider\Request;
11 8
 
Please login to merge, or discard this patch.
Source/Ice/Widget/Security/LoginPassword/RestorePassword.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\Widget;
4 4
 
5
-use Ice\Action\Security_EmailPassword_Restore_Submit;
6 5
 use Ice\Action\Security_LoginPassword_RestorePassword_Submit;
7 6
 use Ice\Core\Widget_Security;
8 7
 use Ice\DataProvider\Request;
Please login to merge, or discard this patch.
Source/Ice/Widget/Security/LoginPassword/RestorePasswordConfirm.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\Widget;
4 4
 
5
-use Ice\Action\Security_EmailPassword_RestoreConfirm_Submit;
6 5
 use Ice\Action\Security_LoginPassword_RestorePasswordConfirm_Submit;
7 6
 use Ice\Core\Widget_Security;
8 7
 use Ice\DataProvider\Request;
Please login to merge, or discard this patch.
Source/Ice/WidgetComponent/Form/ListBox.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,10 +8,8 @@
 block discarded – undo
8 8
 
9 9
 namespace Ice\WidgetComponent;
10 10
 
11
-use Ice\Core\Debuger;
12 11
 use Ice\Core\Render;
13 12
 use Ice\Core\Resource;
14
-use Ice\Exception\Error;
15 13
 use Ice\Helper\String;
16 14
 use Ice\Render\Replace;
17 15
 
Please login to merge, or discard this patch.