Completed
Push — master ( d4b3e2...fa0521 )
by Olivier
03:37
created
lib/Module.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 Icybee\Modules\Users;
13 13
 
14
-use ICanBoogie\I18n;
15 14
 use ICanBoogie\Operation;
16
-
17 15
 use Brickrouge\Button;
18 16
 use Brickrouge\Element;
19 17
 use Brickrouge\Form;
Please login to merge, or discard this patch.
lib/UserModel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 namespace Icybee\Modules\Users;
13 13
 
14 14
 use ICanBoogie\DateTime;
15
-use ICanBoogie\ActiveRecord;
16
-
17 15
 use Icybee\ConstructorModel;
18 16
 
19 17
 class UserModel extends ConstructorModel
Please login to merge, or discard this patch.
lib/Operation/SaveOperation.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,10 +11,8 @@
 block discarded – undo
11 11
 
12 12
 namespace Icybee\Modules\Users\Operation;
13 13
 
14
-use Brickrouge\Form;
15 14
 use ICanBoogie\ErrorCollection;
16 15
 use ICanBoogie\HTTP\Request;
17
-
18 16
 use Icybee\Modules\Users\Module;
19 17
 use Icybee\Modules\Users\User;
20 18
 use Icybee\Modules\Users\UserModel;
Please login to merge, or discard this patch.
lib/Hooks.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use ICanBoogie\Operation;
21 21
 use ICanBoogie\PropertyNotDefined;
22 22
 use ICanBoogie\Routing\RouteDispatcher;
23
-
24 23
 use Icybee\Element\AdminDecorator;
25 24
 use Icybee\Element\DocumentDecorator;
26 25
 use Icybee\Modules\Members\Member;
Please login to merge, or discard this patch.
lib/Operation/DeactivateOperation.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use ICanBoogie\ErrorCollection;
15 15
 use ICanBoogie\Operation;
16
-
17 16
 use Icybee\Modules\Users\Module;
18 17
 use Icybee\Modules\Users\User;
19 18
 
Please login to merge, or discard this patch.
lib/Operation/UnlockLoginOperation.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use ICanBoogie\ErrorCollection;
15 15
 use ICanBoogie\Operation;
16
-
17 16
 use Icybee\Modules\Users\User;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.
lib/Element/PickUser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Icybee\Modules\Users\Element;
13 13
 
14 14
 use Brickrouge\Element;
15
-
16 15
 use Icybee\Binding\Core\PrototypedBindings;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
lib/LoginForm.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@  discard block
 block discarded – undo
11 11
 
12 12
 namespace Icybee\Modules\Users;
13 13
 
14
-use ICanBoogie\Operation;
15
-
16 14
 use Brickrouge\A;
17 15
 use Brickrouge\Button;
18 16
 use Brickrouge\Document;
@@ -20,7 +18,6 @@  discard block
 block discarded – undo
20 18
 use Brickrouge\Form;
21 19
 use Brickrouge\Group;
22 20
 use Brickrouge\Text;
23
-
24 21
 use Icybee\Binding\Core\PrototypedBindings;
25 22
 
26 23
 class LoginForm extends Form
Please login to merge, or discard this patch.
lib/Operation/LoginOperation.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,11 +12,9 @@
 block discarded – undo
12 12
 namespace Icybee\Modules\Users\Operation;
13 13
 
14 14
 use ICanBoogie\ErrorCollection;
15
-use ICanBoogie\HTTP\Request;
16 15
 use ICanBoogie\I18n;
17 16
 use ICanBoogie\Operation;
18 17
 use ICanBoogie\Module\ControllerBindings as ModuleBindings;
19
-
20 18
 use Icybee\Binding\Core\PrototypedBindings;
21 19
 use Icybee\Modules\Registry\MetaCollection;
22 20
 use Icybee\Modules\Users\LoginForm;
Please login to merge, or discard this patch.