Completed
Pull Request — master (#23)
by Shestakov
06:47
created
Source/Ice/Security/Symfony.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,11 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Application\Sonata\UserBundle\Entity\User;
6 6
 use Doctrine\ORM\EntityManager;
7
-use Ice\Core\Debuger;
8 7
 use Ice\Core\Model;
9 8
 use Ice\Core\Model\Security_Account;
10
-use Ice\DataProvider\Security as DataProvider_Security;
11
-use Ice\DataProvider\Session;
12 9
 use Symfony\Component\HttpKernel\Kernel;
13 10
 use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
14 11
 use Symfony\Component\Security\Core\Authorization\AuthorizationChecker;
Please login to merge, or discard this patch.
Source/Ice/Widget/Block/Render.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@
 block discarded – undo
8 8
 
9 9
 namespace Ice\Widget;
10 10
 
11
-use Ice\Core\Debuger;
12
-
13 11
 class Block_Render extends Block
14 12
 {
15 13
     /** Build widget
Please login to merge, or discard this patch.
Source/Ice/Widget/Form.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace Ice\Widget;
4 4
 
5
-use Ice\Core\Action;
6
-use Ice\Core\Debuger;
7 5
 use Ice\Core\Module;
8 6
 use Ice\Core\Validator;
9 7
 use Ice\Core\Widget;
@@ -18,9 +16,7 @@  discard block
 block discarded – undo
18 16
 use Ice\WidgetComponent\FormElement;
19 17
 use Ice\WidgetComponent\FormElement_Button;
20 18
 use Ice\WidgetComponent\FormElement_Chosen;
21
-use Ice\WidgetComponent\FormElement_Period;
22 19
 use Ice\WidgetComponent\FormElement_TextInput;
23
-use Ice\WidgetComponent\FormElement_Typehead;
24 20
 
25 21
 class Form extends Widget
26 22
 {
Please login to merge, or discard this patch.
Source/Ice/Widget/Pagination.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Ice\Widget;
4 4
 
5
-use Ice\Action\Render;
6
-use Ice\Core\Debuger;
7 5
 use Ice\Core\QueryBuilder;
8 6
 use Ice\Core\QueryResult;
9
-use Ice\Core\Request;
10
-use Ice\Core\Router;
11 7
 use Ice\Core\Widget;
12 8
 use Ice\DataProvider\Request as DataProvider_Request;
13 9
 use Ice\DataProvider\Router as DataProvider_Router;
Please login to merge, or discard this patch.
Source/Ice/Widget/Security/EmailPassword/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_EmailPassword_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/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.