Completed
Push — 4.0 ( af9dea...2073b3 )
by Olivier
03:18 queued 55s
created
lib/User.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;
13 13
 
14 14
 use ICanBoogie\ActiveRecord;
15
-
16 15
 use Brickrouge\AlterCSSClassNamesEvent;
17 16
 use Brickrouge\CSSClassNames;
18 17
 use Brickrouge\CSSClassNamesProperty;
19
-
20 18
 use Icybee\Modules\Registry\Binding\UserBindings as RegistryBindings;
21 19
 
22 20
 /**
Please login to merge, or discard this patch.
lib/View.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;
13 13
 
14 14
 use ICanBoogie\HTTP\AuthenticationRequired;
15
-
16 15
 use Icybee\Modules\Views\ViewOptions;
17 16
 
18 17
 /**
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.