Completed
Push — 1.x ( 089094...6e286e )
by Daniel
21:16 queued 11:20
created
src/ZfcUser/Authentication/Adapter/Db.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 ZfcUser\Authentication\Adapter;
4 4
 
5
-use DateTime;
6 5
 use Zend\Authentication\Result as AuthenticationResult;
7 6
 use Zend\ServiceManager\ServiceManagerAwareInterface;
8 7
 use Zend\ServiceManager\ServiceManager;
Please login to merge, or discard this patch.
src/ZfcUser/Form/ChangeEmail.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ZfcUser\Form;
4 4
 
5 5
 use ZfcBase\Form\ProvidesEventsForm;
6
-use ZfcUser\Options\RegistrationOptionsInterface;
7 6
 use ZfcUser\Options\AuthenticationOptionsInterface;
8 7
 
9 8
 class ChangeEmail extends ProvidesEventsForm
Please login to merge, or discard this patch.